Html Css Color HEX #6EEDDC Turquoise Blue

📋 copy color: '#6EEDDC'

red 110 ◦ green 237 ◦ blue 220

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

Shades of Turquoise Blue #6EEDDC

Tints of Turquoise Blue #6EEDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.8%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 19.4%
G = 41.8%
B = 38.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#6EEDDC (or 0x6EEDDC) is known color: Turquoise Blue. HEX triplet: 6E, ED and DC. RGB value is (110,237,220). Sum of RGB (Red+Green+Blue) = 110+237+220=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDDC is #911223. Grayscale: #C5C5C5. Windows color (decimal): -9507364 or 14478702. OLE color: 14478702.

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

Color convert

RGB 110 237 220 -
CMYK 0.54 0 0.07 0.07
HSL 171.97º 0.78% 0.68% -
HSV(B) 171.97º 0.54% 0.93% -
XYZ 49.63 69.05 78.42 -
YUV 197.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 110 237 220 0.54 0 0.07 0.07 171.97 0.78 0.68
Hex 6E ED DC 36 0 7 7 AC 4E 44
Octal 156 355 334 66 0 7 7 254 116 104
Binary 1101110 11101101 11011100 110110 0 111 111 10101100 1001110 1000100

Color Harmonies of #6EEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDDC

Black with #6EEDDC

Text Example


Text Example

White with #6EEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,237,220); }

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

background-color css

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

 a { background-color: rgb(110,237,220); }

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

border-color css

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

 span { border-color: rgb(110,237,220); }

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