#6DDDEE

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

Shades of Turquoise Blue #6DDDEE

Tints of Turquoise Blue #6DDDEE

Color information

#6DDDEE (or 0x6DDDEE) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DD and EE. RGB value is (109,221,238). Sum of RGB (Red+Green+Blue) = 109+221+238=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDEE is #922211. Grayscale: #BDBDBD. Windows color (decimal): -9576978 or 15654253. OLE color: 15654253.

HSL color Cylindrical-coordinate representation of color #6DDDEE: hue angle of 187.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDDEE is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109221238-
CMYK0.540.0700.07
HSL187.91º79.14%68.04%-
HSV(B)187.91º54.2%93.33%-
XYZ47.661.1490.18-
YUV189.45155.3970.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.19%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=19.19%
G=38.91%
B=41.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1092212380.540.0700.07187.9179.1468.04
Hex6DDDEE36707bc4f44
Octal15533535666707274117104
Binary1101101110111011110111011011011101111011110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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