Html Css Color HEX #6EDDDD Turquoise Blue

📋 copy color: '#6EDDDD'

red 110 ◦ green 221 ◦ blue 221

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

Shades of Turquoise Blue #6EDDDD

Tints of Turquoise Blue #6EDDDD

RGB

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

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

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

R = 19.93%
G = 40.04%
B = 40.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EDDDD (or 0x6EDDDD) is known color: Turquoise Blue. HEX triplet: 6E, DD and DD. RGB value is (110,221,221). Sum of RGB (Red+Green+Blue) = 110+221+221=552 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.93% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #6EDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDDD is #912222. Grayscale: #BBBBBB. Windows color (decimal): -9511459 or 14540142. OLE color: 14540142.

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

Color convert

RGB 110 221 221 -
CMYK 0.50 0 0 0.13
HSL 180º 0.62% 0.65% -
HSV(B) 180º 0.5% 0.87% -
XYZ 45.34 60.25 77.65 -
YUV 187.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 110 221 221 0.50 0 0 0.13 180 0.62 0.65
Hex 6E DD DD 32 0 0 D B4 3E 41
Octal 156 335 335 62 0 0 15 264 76 101
Binary 1101110 11011101 11011101 110010 0 0 1101 10110100 111110 1000001

Color Harmonies of #6EDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDDD

Black with #6EDDDD

Text Example


Text Example

White with #6EDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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