#6DDDEA

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

Shades of Turquoise Blue #6DDDEA

Tints of Turquoise Blue #6DDDEA

Color information

#6DDDEA (or 0x6DDDEA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DD and EA. RGB value is (109,221,234). Sum of RGB (Red+Green+Blue) = 109+221+234=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DDDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDEA is #922215. Grayscale: #BCBCBC. Windows color (decimal): -9576982 or 15392109. OLE color: 15392109.

HSL color Cylindrical-coordinate representation of color #6DDDEA: hue angle of 186.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDDEA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109221234-
CMYK0.530.0600.08
HSL186.24º74.85%67.25%-
HSV(B)186.24º53.42%91.76%-
XYZ47.0160.987.12-
YUV188.99153.3970.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.33%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=19.33%
G=39.18%
B=41.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092212340.530.0600.08186.2474.8567.25
Hex6DDDEA35608ba4b43
Octal155335352656010272113103
Binary11011011101110111101010110101110010001011101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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