#6DD8DE

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

Shades of Turquoise Blue #6DD8DE

Tints of Turquoise Blue #6DD8DE

Color information

#6DD8DE (or 0x6DD8DE) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D8 and DE. RGB value is (109,216,222). Sum of RGB (Red+Green+Blue) = 109+216+222=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DD8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8DE is #922721. Grayscale: #B8B8B8. Windows color (decimal): -9578274 or 14604397. OLE color: 14604397.

HSL color Cylindrical-coordinate representation of color #6DD8DE: hue angle of 183.19º degrees, saturation: 0.63, 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 #6DD8DE is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109216222-
CMYK0.510.0300.13
HSL183.19º63.13%64.9%-
HSV(B)183.19º50.9%87.06%-
XYZ44.0557.6477.91-
YUV184.69149.0574.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.93%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=19.93%
G=39.49%
B=40.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092162220.510.0300.13183.1963.1364.9
Hex6DD8DE3330Db73f41
Octal15533033663301526777101
Binary110110111011000110111101100111101101101101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,216,222); }

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

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

 a { background-color: rgb(109,216,222); }

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

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

 span { border-color: rgb(109,216,222); }

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