#6AD5EB

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

Shades of Turquoise Blue #6AD5EB

Tints of Turquoise Blue #6AD5EB

Color information

#6AD5EB (or 0x6AD5EB) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D5 and EB. RGB value is (106,213,235). Sum of RGB (Red+Green+Blue) = 106+213+235=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AD5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD5EB is #952A14. Grayscale: #B7B7B7. Windows color (decimal): -9775637 or 15455594. OLE color: 15455594.

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

Color convert

RGB106213235-
CMYK0.550.0900.08
HSL190.23º76.33%66.86%-
HSV(B)190.23º54.89%92.16%-
XYZ44.7356.6587.17-
YUV183.52157.0572.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.13%
GREEN value IS 213 (83.59% from 255) = 38.45%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=19.13%
G=38.45%
B=42.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062132350.550.0900.08190.2376.3366.86
Hex6AD5EB37908be4c43
Octal1523253536711010276114103
Binary110101011010101111010111101111001010001011111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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