Html Css Color HEX #6CEEEC Turquoise Blue

📋 copy color: '#6CEEEC'

red 108 ◦ green 238 ◦ blue 236

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

Shades of Turquoise Blue #6CEEEC

Tints of Turquoise Blue #6CEEEC

RGB

 RED value IS 108 (42.58% from 255) = 18.56%

 GREEN value IS 238 (93.36% from 255) = 40.89%

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

R = 18.56%
G = 40.89%
B = 40.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#6CEEEC (or 0x6CEEEC) is known color: Turquoise Blue. HEX triplet: 6C, EE and EC. RGB value is (108,238,236). Sum of RGB (Red+Green+Blue) = 108+238+236=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #6CEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEEEC is #931113. Grayscale: #C6C6C6. Windows color (decimal): -9638164 or 15527532. OLE color: 15527532.

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

Color convert

RGB 108 238 236 -
CMYK 0.55 0 0.01 0.07
HSL 179.08º 0.79% 0.68% -
HSV(B) 179.08º 0.55% 0.93% -
XYZ 51.9 70.39 90.21 -
YUV 198.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 108 238 236 0.55 0 0.01 0.07 179.08 0.79 0.68
Hex 6C EE EC 37 0 1 7 B3 4F 44
Octal 154 356 354 67 0 1 7 263 117 104
Binary 1101100 11101110 11101100 110111 0 1 111 10110011 1001111 1000100

Color Harmonies of #6CEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEEEC

Black with #6CEEEC

Text Example


Text Example

White with #6CEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,238,236); }

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

background-color css

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

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

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

border-color css

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

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

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