#6ADDEA

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

Shades of Turquoise Blue #6ADDEA

Tints of Turquoise Blue #6ADDEA

Color information

#6ADDEA (or 0x6ADDEA) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DD and EA. RGB value is (106,221,234). Sum of RGB (Red+Green+Blue) = 106+221+234=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 221 (86.72% from 255 or 39.39% 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 #6ADDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDEA is #952215. Grayscale: #BBBBBB. Windows color (decimal): -9773590 or 15392106. OLE color: 15392106.

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

Color convert

RGB106221234-
CMYK0.550.0600.08
HSL186.09º75.29%66.67%-
HSV(B)186.09º54.7%91.76%-
XYZ46.6560.7287.1-
YUV188.1153.969.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.89%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=18.89%
G=39.39%
B=41.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062212340.550.0600.08186.0975.2966.67
Hex6ADDEA37608ba4b43
Octal152335352676010272113103
Binary11010101101110111101010110111110010001011101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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