Html Css Color HEX #6EDDD9 Turquoise Blue

📋 copy color: '#6EDDD9'

red 110 ◦ green 221 ◦ blue 217

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

Shades of Turquoise Blue #6EDDD9

Tints of Turquoise Blue #6EDDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

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

R = 20.07%
G = 40.33%
B = 39.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#6EDDD9 (or 0x6EDDD9) is known color: Turquoise Blue. HEX triplet: 6E, DD and D9. RGB value is (110,221,217). Sum of RGB (Red+Green+Blue) = 110+221+217=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDD9 is #912226. Grayscale: #BBBBBB. Windows color (decimal): -9511463 or 14277998. OLE color: 14277998.

HSL color Cylindrical-coordinate representation of color #6EDDD9: hue angle of 177.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDD9 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 221 217 -
CMYK 0.50 0 0.02 0.13
HSL 177.84º 0.62% 0.65% -
HSV(B) 177.84º 0.5% 0.87% -
XYZ 44.81 60.04 74.87 -
YUV 187.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 110 221 217 0.50 0 0.02 0.13 177.84 0.62 0.65
Hex 6E DD D9 32 0 2 D B2 3E 41
Octal 156 335 331 62 0 2 15 262 76 101
Binary 1101110 11011101 11011001 110010 0 10 1101 10110010 111110 1000001

Color Harmonies of #6EDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDD9

Black with #6EDDD9

Text Example


Text Example

White with #6EDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,221,217); }

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

background-color css

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

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

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

border-color css

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

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

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