#6AF0EA

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

Shades of Turquoise Blue #6AF0EA

Tints of Turquoise Blue #6AF0EA

Color information

#6AF0EA (or 0x6AF0EA) is unknown color: approx Turquoise Blue. HEX triplet: 6A, F0 and EA. RGB value is (106,240,234). Sum of RGB (Red+Green+Blue) = 106+240+234=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF0EA is #950F15. Grayscale: #C7C7C7. Windows color (decimal): -9768726 or 15396970. OLE color: 15396970.

HSL color Cylindrical-coordinate representation of color #6AF0EA: hue angle of 177.31º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0EA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB106240234-
CMYK0.5600.020.06
HSL177.31º81.71%67.84%-
HSV(B)177.31º55.83%94.12%-
XYZ51.9671.3288.87-
YUV199.25147.6161.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.28%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=18.28%
G=41.38%
B=40.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062402340.5600.020.06177.3181.7167.84
Hex6AF0EA38026b15244
Octal15236035270026261122104
Binary110101011110000111010101110000101101011000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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