#6DDAEA

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

Shades of Turquoise Blue #6DDAEA

Tints of Turquoise Blue #6DDAEA

Color information

#6DDAEA (or 0x6DDAEA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, DA and EA. RGB value is (109,218,234). Sum of RGB (Red+Green+Blue) = 109+218+234=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDAEA is #922515. Grayscale: #BBBBBB. Windows color (decimal): -9577750 or 15391341. OLE color: 15391341.

HSL color Cylindrical-coordinate representation of color #6DDAEA: hue angle of 187.68º 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 #6DDAEA is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109218234-
CMYK0.530.0700.08
HSL187.68º74.85%67.25%-
HSV(B)187.68º53.42%91.76%-
XYZ46.2359.3386.86-
YUV187.23154.3972.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.43%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=19.43%
G=38.86%
B=41.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092182340.530.0700.08187.6874.8567.25
Hex6DDAEA35708bc4b43
Octal155332352657010274113103
Binary11011011101101011101010110101111010001011110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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