#6FE5FA

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

Shades of Turquoise Blue #6FE5FA

Tints of Turquoise Blue #6FE5FA

Color information

#6FE5FA (or 0x6FE5FA) is unknown color: approx Turquoise Blue. HEX triplet: 6F, E5 and FA. RGB value is (111,229,250). Sum of RGB (Red+Green+Blue) = 111+229+250=590 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.81% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FE5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE5FA is #901A05. Grayscale: #C3C3C3. Windows color (decimal): -9443846 or 16442735. OLE color: 16442735.

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

Color convert

RGB111229250-
CMYK0.560.0800.02
HSL189.06º93.29%70.78%-
HSV(B)189.06º55.6%98.04%-
XYZ51.8366.32100.51-
YUV196.11158.4167.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.81%
GREEN value IS 229 (89.84% from 255) = 38.81%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=18.81%
G=38.81%
B=42.37%

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
Decimal1112292500.560.0800.02189.0693.2970.78
Hex6FE5FA38802bd5d47
Octal157345372701002275135107
Binary1101111111001011111101011100010000101011110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,229,250); }

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

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

 a { background-color: rgb(111,229,250); }

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

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

 span { border-color: rgb(111,229,250); }

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