Html Css Color HEX #6ED9DD Turquoise Blue

📋 copy color: '#6ED9DD'

red 110 ◦ green 217 ◦ blue 221

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

Shades of Turquoise Blue #6ED9DD

Tints of Turquoise Blue #6ED9DD

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6ED9DD: hue angle of 182.16º 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 #6ED9DD is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 217 221 -
CMYK 0.50 0.02 0 0.13
HSL 182.16º 0.62% 0.65% -
HSV(B) 182.16º 0.5% 0.87% -
XYZ 44.29 58.16 77.3 -
YUV 185.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 110 217 221 0.50 0.02 0 0.13 182.16 0.62 0.65
Hex 6E D9 DD 32 2 0 D B6 3E 41
Octal 156 331 335 62 2 0 15 266 76 101
Binary 1101110 11011001 11011101 110010 10 0 1101 10110110 111110 1000001

Color Harmonies of #6ED9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED9DD

Black with #6ED9DD

Text Example


Text Example

White with #6ED9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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