#6DD2DD

Color #6DD2DD Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6DD2DD

Tints of Turquoise Blue #6DD2DD

Color information

#6DD2DD (or 0x6DD2DD) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D2 and DD. RGB value is (109,210,221). Sum of RGB (Red+Green+Blue) = 109+210+221=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DD2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2DD is #922D22. Grayscale: #B4B4B4. Windows color (decimal): -9579811 or 14537325. OLE color: 14537325.

HSL color Cylindrical-coordinate representation of color #6DD2DD: hue angle of 185.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DD2DD is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109210221-
CMYK0.510.0500.13
HSL185.89º62.22%64.71%-
HSV(B)185.89º50.68%86.67%-
XYZ42.454.5676.7-
YUV181.06150.5476.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.19%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=20.19%
G=38.89%
B=40.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092102210.510.0500.13185.8962.2264.71
Hex6DD2DD3350Dba3e41
Octal15532233563501527276101
Binary1101101110100101101110111001110101101101110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,210,221); }

 H1.HeaderClassName
 {
   color: #6DD2DD;
 }
 .AnyTagClassName
 {
   color: #6DD2DD;
 }
</style>
background-color css

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

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

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

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

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

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