#6DDDE7

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

Shades of Turquoise Blue #6DDDE7

Tints of Turquoise Blue #6DDDE7

Color information

#6DDDE7 (or 0x6DDDE7) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DD and E7. RGB value is (109,221,231). Sum of RGB (Red+Green+Blue) = 109+221+231=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #6DDDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDE7 is #922218. Grayscale: #BCBCBC. Windows color (decimal): -9576985 or 15195501. OLE color: 15195501.

HSL color Cylindrical-coordinate representation of color #6DDDE7: hue angle of 184.92º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDDE7 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB109221231-
CMYK0.530.0400.09
HSL184.92º71.76%66.67%-
HSV(B)184.92º52.81%90.59%-
XYZ46.5960.7384.87-
YUV188.65151.8971.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.43%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=19.43%
G=39.39%
B=41.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092212310.530.0400.09184.9271.7666.67
Hex6DDDE735409b94843
Octal155335347654011271110103
Binary11011011101110111100111110101100010011011100110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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