#6EE7FA

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

Shades of Turquoise Blue #6EE7FA

Tints of Turquoise Blue #6EE7FA

Color information

#6EE7FA (or 0x6EE7FA) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E7 and FA. RGB value is (110,231,250). Sum of RGB (Red+Green+Blue) = 110+231+250=591 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.61% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EE7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE7FA is #911805. Grayscale: #C4C4C4. Windows color (decimal): -9508870 or 16443246. OLE color: 16443246.

HSL color Cylindrical-coordinate representation of color #6EE7FA: hue angle of 188.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EE7FA is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110231250-
CMYK0.560.0800.02
HSL188.14º93.33%70.59%-
HSV(B)188.14º56%98.04%-
XYZ52.2667.37100.69-
YUV196.99157.9165.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.61%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=18.61%
G=39.09%
B=42.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102312500.560.0800.02188.1493.3370.59
Hex6EE7FA38802bc5d47
Octal156347372701002274135107
Binary1101110111001111111101011100010000101011110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,231,250); }

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

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

 a { background-color: rgb(110,231,250); }

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

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

 span { border-color: rgb(110,231,250); }

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