Html Css Color HEX #6EDCDD Turquoise Blue

📋 copy color: '#6EDCDD'

red 110 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #6EDCDD

Tints of Turquoise Blue #6EDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

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

R = 19.96%
G = 39.93%
B = 40.11%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EDCDD (or 0x6EDCDD) is known color: Turquoise Blue. HEX triplet: 6E, DC and DD. RGB value is (110,220,221). Sum of RGB (Red+Green+Blue) = 110+220+221=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCDD is #912322. Grayscale: #BBBBBB. Windows color (decimal): -9511715 or 14539886. OLE color: 14539886.

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

Color convert

RGB 110 220 221 -
CMYK 0.50 0.00 0 0.13
HSL 180.54º 0.62% 0.65% -
HSV(B) 180.54º 0.5% 0.87% -
XYZ 45.07 59.72 77.56 -
YUV 187.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 110 220 221 0.50 0.00 0 0.13 180.54 0.62 0.65
Hex 6E DC DD 32 0 0 D B5 3E 41
Octal 156 334 335 62 0 0 15 265 76 101
Binary 1101110 11011100 11011101 110010 0 0 1101 10110101 111110 1000001

Color Harmonies of #6EDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCDD

Black with #6EDCDD

Text Example


Text Example

White with #6EDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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