#6AD3E8

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

Shades of Turquoise Blue #6AD3E8

Tints of Turquoise Blue #6AD3E8

Color information

#6AD3E8 (or 0x6AD3E8) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D3 and E8. RGB value is (106,211,232). Sum of RGB (Red+Green+Blue) = 106+211+232=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #6AD3E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD3E8 is #952C17. Grayscale: #B5B5B5. Windows color (decimal): -9776152 or 15258474. OLE color: 15258474.

HSL color Cylindrical-coordinate representation of color #6AD3E8: hue angle of 190º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AD3E8 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB106211232-
CMYK0.540.0900.09
HSL190º73.26%66.27%-
HSV(B)190º54.31%90.98%-
XYZ43.855.4884.74-
YUV182156.2173.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.31%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=19.31%
G=38.43%
B=42.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1062112320.540.0900.0919073.2666.27
Hex6AD3E836909be4942
Octal1523233506611011276111102
Binary110101011010011111010001101101001010011011111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,211,232); }

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

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

 a { background-color: rgb(106,211,232); }

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

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

 span { border-color: rgb(106,211,232); }

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