Html Css Color HEX #6CEAD9 Turquoise Blue

📋 copy color: '#6CEAD9'

red 108 ◦ green 234 ◦ blue 217

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

Shades of Turquoise Blue #6CEAD9

Tints of Turquoise Blue #6CEAD9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.86%

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

R = 19.32%
G = 41.86%
B = 38.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#6CEAD9 (or 0x6CEAD9) is known color: Turquoise Blue. HEX triplet: 6C, EA and D9. RGB value is (108,234,217). Sum of RGB (Red+Green+Blue) = 108+234+217=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEAD9 is #931526. Grayscale: #C2C2C2. Windows color (decimal): -9639207 or 14281324. OLE color: 14281324.

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

Color convert

RGB 108 234 217 -
CMYK 0.54 0 0.07 0.08
HSL 171.9º 0.75% 0.67% -
HSV(B) 171.9º 0.54% 0.92% -
XYZ 48.13 67.04 76.05 -
YUV 194.39 140.76 66.38 -
System Red Green Blue C M Y K H S L
Decimal 108 234 217 0.54 0 0.07 0.08 171.9 0.75 0.67
Hex 6C EA D9 36 0 7 8 AC 4B 43
Octal 154 352 331 66 0 7 10 254 113 103
Binary 1101100 11101010 11011001 110110 0 111 1000 10101100 1001011 1000011

Color Harmonies of #6CEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEAD9

Black with #6CEAD9

Text Example


Text Example

White with #6CEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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