Html Css Color HEX #6EECEC Turquoise Blue

📋 copy color: '#6EECEC'

red 110 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #6EECEC

Tints of Turquoise Blue #6EECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 18.9%
G = 40.55%
B = 40.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EECEC (or 0x6EECEC) is known color: Turquoise Blue. HEX triplet: 6E, EC and EC. RGB value is (110,236,236). Sum of RGB (Red+Green+Blue) = 110+236+236=582 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.90% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #6EECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EECEC is #911313. Grayscale: #C6C6C6. Windows color (decimal): -9507604 or 15527022. OLE color: 15527022.

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

Color convert

RGB 110 236 236 -
CMYK 0.53 0 0 0.07
HSL 180º 0.77% 0.68% -
HSV(B) 180º 0.53% 0.93% -
XYZ 51.57 69.36 90.03 -
YUV 198.33 149.26 65 -
System Red Green Blue C M Y K H S L
Decimal 110 236 236 0.53 0 0 0.07 180 0.77 0.68
Hex 6E EC EC 35 0 0 7 B4 4D 44
Octal 156 354 354 65 0 0 7 264 115 104
Binary 1101110 11101100 11101100 110101 0 0 111 10110100 1001101 1000100

Color Harmonies of #6EECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECEC

Black with #6EECEC

Text Example


Text Example

White with #6EECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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