Html Css Color HEX #6EDDD5 Turquoise Blue

📋 copy color: '#6EDDD5'

red 110 ◦ green 221 ◦ blue 213

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

Shades of Turquoise Blue #6EDDD5

Tints of Turquoise Blue #6EDDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 20.22%
G = 40.63%
B = 39.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#6EDDD5 (or 0x6EDDD5) is known color: Turquoise Blue. HEX triplet: 6E, DD and D5. RGB value is (110,221,213). Sum of RGB (Red+Green+Blue) = 110+221+213=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDD5 is #91222A. Grayscale: #BABABA. Windows color (decimal): -9511467 or 14015854. OLE color: 14015854.

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

Color convert

RGB 110 221 213 -
CMYK 0.50 0 0.04 0.13
HSL 175.68º 0.62% 0.65% -
HSV(B) 175.68º 0.5% 0.87% -
XYZ 44.3 59.83 72.16 -
YUV 186.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 110 221 213 0.50 0 0.04 0.13 175.68 0.62 0.65
Hex 6E DD D5 32 0 4 D B0 3E 41
Octal 156 335 325 62 0 4 15 260 76 101
Binary 1101110 11011101 11010101 110010 0 100 1101 10110000 111110 1000001

Color Harmonies of #6EDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDD5

Black with #6EDDD5

Text Example


Text Example

White with #6EDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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