#6DD3D9

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

Shades of Turquoise Blue #6DD3D9

Tints of Turquoise Blue #6DD3D9

Color information

#6DD3D9 (or 0x6DD3D9) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D3 and D9. RGB value is (109,211,217). Sum of RGB (Red+Green+Blue) = 109+211+217=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DD3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD3D9 is #922C26. Grayscale: #B5B5B5. Windows color (decimal): -9579559 or 14275437. OLE color: 14275437.

HSL color Cylindrical-coordinate representation of color #6DD3D9: hue angle of 183.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD3D9 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109211217-
CMYK0.500.0300.15
HSL183.33º58.7%63.92%-
HSV(B)183.33º49.77%85.1%-
XYZ42.1354.8574.01-
YUV181.19148.2176.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=20.30%
G=39.29%
B=40.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092112170.500.0300.15183.3358.763.92
Hex6DD3D93230Fb73b40
Octal15532333162301726773100
Binary110110111010011110110011100101101111101101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,211,217); }

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

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

 a { background-color: rgb(109,211,217); }

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

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

 span { border-color: rgb(109,211,217); }

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