Html Css Color HEX #6EECE8 Turquoise Blue

📋 copy color: '#6EECE8'

red 110 ◦ green 236 ◦ blue 232

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

Shades of Turquoise Blue #6EECE8

Tints of Turquoise Blue #6EECE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.14%

R = 19.03%
G = 40.83%
B = 40.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#6EECE8 (or 0x6EECE8) is known color: Turquoise Blue. HEX triplet: 6E, EC and E8. RGB value is (110,236,232). Sum of RGB (Red+Green+Blue) = 110+236+232=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECE8 is #911317. Grayscale: #C5C5C5. Windows color (decimal): -9507608 or 15264878. OLE color: 15264878.

HSL color Cylindrical-coordinate representation of color #6EECE8: hue angle of 178.1º 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 #6EECE8 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 236 232 -
CMYK 0.53 0 0.02 0.07
HSL 178.1º 0.77% 0.68% -
HSV(B) 178.1º 0.53% 0.93% -
XYZ 50.99 69.13 87 -
YUV 197.87 147.26 65.33 -
System Red Green Blue C M Y K H S L
Decimal 110 236 232 0.53 0 0.02 0.07 178.1 0.77 0.68
Hex 6E EC E8 35 0 2 7 B2 4D 44
Octal 156 354 350 65 0 2 7 262 115 104
Binary 1101110 11101100 11101000 110101 0 10 111 10110010 1001101 1000100

Color Harmonies of #6EECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECE8

Black with #6EECE8

Text Example


Text Example

White with #6EECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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