Html Css Color HEX #6EECE5 Turquoise Blue

📋 copy color: '#6EECE5'

red 110 ◦ green 236 ◦ blue 229

#6EECE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6EECE5

Tints of Turquoise Blue #6EECE5

RGB

 RED value IS 110 (43.36% from 255) = 19.13%

 GREEN value IS 236 (92.58% from 255) = 41.04%

 BLUE value IS 229 (89.84% from 255) = 39.83%

R = 19.13%
G = 41.04%
B = 39.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6EECE5 (or 0x6EECE5) is known color: Turquoise Blue. HEX triplet: 6E, EC and E5. RGB value is (110,236,229). Sum of RGB (Red+Green+Blue) = 110+236+229=575 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.13% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECE5 is #91131A. Grayscale: #C5C5C5. Windows color (decimal): -9507611 or 15068270. OLE color: 15068270.

HSL color Cylindrical-coordinate representation of color #6EECE5: hue angle of 176.67º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECE5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 236 229 -
CMYK 0.53 0 0.03 0.07
HSL 176.67º 0.77% 0.68% -
HSV(B) 176.67º 0.53% 0.93% -
XYZ 50.57 68.96 84.77 -
YUV 197.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 110 236 229 0.53 0 0.03 0.07 176.67 0.77 0.68
Hex 6E EC E5 35 0 3 7 B1 4D 44
Octal 156 354 345 65 0 3 7 261 115 104
Binary 1101110 11101100 11100101 110101 0 11 111 10110001 1001101 1000100

Color Harmonies of #6EECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECE5

Black with #6EECE5

Text Example


Text Example

White with #6EECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EECE5; }

 p { color: rgb(110,236,229); }

 H1.HeaderClassName
 {
   color: #6EECE5;
 }
 .AnyTagClassName
 {
   color: #6EECE5;
 }
</style>

background-color css

<style>
 a { background-color: #6EECE5; }

 a { background-color: rgb(110,236,229); }

 div.DivClassName
 {
   background-color: #6EECE5;
 }
 .BgClassName
 {
   background-color: #6EECE5;
 }
</style>

border-color css

<style>
 span { border-color: #6EECE5; }

 span { border-color: rgb(110,236,229); }

 td.TdClassName
 {
   border-color: #6EECE5;
 }
 .TagClassName
 {
   border-color: #6EECE5;
 }
</style>