#6ADBEA

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

Shades of Turquoise Blue #6ADBEA

Tints of Turquoise Blue #6ADBEA

Color information

#6ADBEA (or 0x6ADBEA) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DB and EA. RGB value is (106,219,234). Sum of RGB (Red+Green+Blue) = 106+219+234=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ADBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADBEA is #952415. Grayscale: #BABABA. Windows color (decimal): -9774102 or 15391594. OLE color: 15391594.

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

Color convert

RGB106219234-
CMYK0.550.0600.08
HSL187.03º75.29%66.67%-
HSV(B)187.03º54.7%91.76%-
XYZ46.1359.6786.93-
YUV186.92154.5670.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.96%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=18.96%
G=39.18%
B=41.86%

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
Decimal1062192340.550.0600.08187.0375.2966.67
Hex6ADBEA37608bb4b43
Octal152333352676010273113103
Binary11010101101101111101010110111110010001011101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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