#6DD5D7

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

Shades of Turquoise Blue #6DD5D7

Tints of Turquoise Blue #6DD5D7

Color information

#6DD5D7 (or 0x6DD5D7) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D5 and D7. RGB value is (109,213,215). Sum of RGB (Red+Green+Blue) = 109+213+215=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #6DD5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD5D7 is #922A28. Grayscale: #B6B6B6. Windows color (decimal): -9579049 or 14144877. OLE color: 14144877.

HSL color Cylindrical-coordinate representation of color #6DD5D7: hue angle of 181.13º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5D7 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109213215-
CMYK0.490.0100.16
HSL181.13º56.99%63.53%-
HSV(B)181.13º49.3%84.31%-
XYZ42.3755.7572.82-
YUV182.13146.5475.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=20.30%
G=39.66%
B=40.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092132150.490.0100.16181.1356.9963.53
Hex6DD5D7311010b53940
Octal15532532761102026571100
Binary110110111010101110101111100011010000101101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,213,215); }

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

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

 a { background-color: rgb(109,213,215); }

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

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

 span { border-color: rgb(109,213,215); }

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