#6DDADE

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

Shades of Turquoise Blue #6DDADE

Tints of Turquoise Blue #6DDADE

Color information

#6DDADE (or 0x6DDADE) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DA and DE. RGB value is (109,218,222). Sum of RGB (Red+Green+Blue) = 109+218+222=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DDADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDADE is #922521. Grayscale: #B9B9B9. Windows color (decimal): -9577762 or 14604909. OLE color: 14604909.

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

Color convert

RGB109218222-
CMYK0.510.0200.13
HSL182.12º63.13%64.9%-
HSV(B)182.12º50.9%87.06%-
XYZ44.5658.6778.08-
YUV185.86148.3973.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.85%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=19.85%
G=39.71%
B=40.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092182220.510.0200.13182.1263.1364.9
Hex6DDADE3320Db63f41
Octal15533233663201526677101
Binary110110111011010110111101100111001101101101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,222); }

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

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

 a { background-color: rgb(109,218,222); }

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

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

 span { border-color: rgb(109,218,222); }

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