#6DD3DB

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

Shades of Turquoise Blue #6DD3DB

Tints of Turquoise Blue #6DD3DB

Color information

#6DD3DB (or 0x6DD3DB) is unknown color: approx Turquoise Blue. HEX triplet: 6D, D3 and DB. RGB value is (109,211,219). Sum of RGB (Red+Green+Blue) = 109+211+219=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DD3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD3DB is #922C24. Grayscale: #B5B5B5. Windows color (decimal): -9579557 or 14406509. OLE color: 14406509.

HSL color Cylindrical-coordinate representation of color #6DD3DB: hue angle of 184.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD3DB is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109211219-
CMYK0.500.0400.14
HSL184.36º60.44%64.31%-
HSV(B)184.36º50.23%85.88%-
XYZ42.3954.9575.39-
YUV181.41149.2176.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.22%
GREEN value IS 211 (82.81% from 255) = 39.15%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=20.22%
G=39.15%
B=40.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092112190.500.0400.14184.3660.4464.31
Hex6DD3DB3240Eb83c40
Octal15532333362401627074100
Binary1101101110100111101101111001010001110101110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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