#6DDDF1

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

Shades of Turquoise Blue #6DDDF1

Tints of Turquoise Blue #6DDDF1

Color information

#6DDDF1 (or 0x6DDDF1) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DD and F1. RGB value is (109,221,241). Sum of RGB (Red+Green+Blue) = 109+221+241=571 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.09% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DDDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDF1 is #92220E. Grayscale: #BDBDBD. Windows color (decimal): -9576975 or 15850861. OLE color: 15850861.

HSL color Cylindrical-coordinate representation of color #6DDDF1: hue angle of 189.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DDDF1 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109221241-
CMYK0.550.0800.05
HSL189.09º82.5%68.63%-
HSV(B)189.09º54.77%94.51%-
XYZ48.0461.3192.52-
YUV189.79156.8970.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.09%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=19.09%
G=38.70%
B=42.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092212410.550.0800.05189.0982.568.63
Hex6DDDF137805bd5245
Octal155335361671005275122105
Binary11011011101110111110001110111100001011011110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,221,241); }

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

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

 a { background-color: rgb(109,221,241); }

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

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

 span { border-color: rgb(109,221,241); }

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