Html Css Color HEX #6CECD9 Turquoise Blue

📋 copy color: '#6CECD9'

red 108 ◦ green 236 ◦ blue 217

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

Shades of Turquoise Blue #6CECD9

Tints of Turquoise Blue #6CECD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 19.25%
G = 42.07%
B = 38.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6CECD9 (or 0x6CECD9) is known color: Turquoise Blue. HEX triplet: 6C, EC and D9. RGB value is (108,236,217). Sum of RGB (Red+Green+Blue) = 108+236+217=561 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.25% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECD9 is #931326. Grayscale: #C3C3C3. Windows color (decimal): -9638695 or 14281836. OLE color: 14281836.

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

Color convert

RGB 108 236 217 -
CMYK 0.54 0 0.08 0.07
HSL 171.09º 0.77% 0.67% -
HSV(B) 171.09º 0.54% 0.93% -
XYZ 48.7 68.19 76.24 -
YUV 195.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 108 236 217 0.54 0 0.08 0.07 171.09 0.77 0.67
Hex 6C EC D9 36 0 8 7 AB 4D 43
Octal 154 354 331 66 0 10 7 253 115 103
Binary 1101100 11101100 11011001 110110 0 1000 111 10101011 1001101 1000011

Color Harmonies of #6CECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CECD9

Black with #6CECD9

Text Example


Text Example

White with #6CECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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