#6AD0EB

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

Shades of Turquoise Blue #6AD0EB

Tints of Turquoise Blue #6AD0EB

Color information

#6AD0EB (or 0x6AD0EB) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D0 and EB. RGB value is (106,208,235). Sum of RGB (Red+Green+Blue) = 106+208+235=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AD0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD0EB is #952F14. Grayscale: #B4B4B4. Windows color (decimal): -9776917 or 15454314. OLE color: 15454314.

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

Color convert

RGB106208235-
CMYK0.550.1100.08
HSL192.56º76.33%66.86%-
HSV(B)192.56º54.89%92.16%-
XYZ43.554.1786.76-
YUV180.58158.7174.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.31%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=19.31%
G=37.89%
B=42.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062082350.550.1100.08192.5676.3366.86
Hex6AD0EB37B08c14c43
Octal1523203536713010301114103
Binary110101011010000111010111101111011010001100000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,208,235); }

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

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

 a { background-color: rgb(106,208,235); }

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

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

 span { border-color: rgb(106,208,235); }

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