Html Css Color HEX #6EDDDC Turquoise Blue

📋 copy color: '#6EDDDC'

red 110 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #6EDDDC

Tints of Turquoise Blue #6EDDDC

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 110 221 220 -
CMYK 0.50 0 0.00 0.13
HSL 179.46º 0.62% 0.65% -
HSV(B) 179.46º 0.5% 0.87% -
XYZ 45.21 60.2 76.95 -
YUV 187.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 110 221 220 0.50 0 0.00 0.13 179.46 0.62 0.65
Hex 6E DD DC 32 0 0 D B3 3E 41
Octal 156 335 334 62 0 0 15 263 76 101
Binary 1101110 11011101 11011100 110010 0 0 1101 10110011 111110 1000001

Color Harmonies of #6EDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDDC

Black with #6EDDDC

Text Example


Text Example

White with #6EDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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