#6DDFD5

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

Shades of Turquoise Blue #6DDFD5

Tints of Turquoise Blue #6DDFD5

Color information

#6DDFD5 (or 0x6DDFD5) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DF and D5. RGB value is (109,223,213). Sum of RGB (Red+Green+Blue) = 109+223+213=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFD5 is #92202A. Grayscale: #BBBBBB. Windows color (decimal): -9576491 or 14016365. OLE color: 14016365.

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

Color convert

RGB109223213-
CMYK0.5100.040.13
HSL174.74º64.04%65.1%-
HSV(B)174.74º51.12%87.45%-
XYZ44.760.8372.34-
YUV187.77142.2371.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=20%
G=40.92%
B=39.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092232130.5100.040.13174.7464.0465.1
Hex6DDFD53304Daf4041
Octal155337325630415257100101
Binary11011011101111111010101110011010011011010111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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