#3EEEFA

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

Shades of Turquoise #3EEEFA

Tints of Turquoise #3EEEFA

Color information

#3EEEFA (or 0x3EEEFA) is unknown color: approx Turquoise. HEX triplet: 3E, EE and FA. RGB value is (62,238,250). Sum of RGB (Red+Green+Blue) = 62+238+250=550 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.27% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #3EEEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEEFA is #C11105. Grayscale: #BABABA. Windows color (decimal): -12652806 or 16444990. OLE color: 16444990.

HSL color Cylindrical-coordinate representation of color #3EEEFA: hue angle of 183.83º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EEEFA is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB62238250-
CMYK0.750.0500.02
HSL183.83º94.95%61.18%-
HSV(B)183.83º75.2%98.04%-
XYZ49.8269.08101.15-
YUV186.74163.6939.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.27%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=11.27%
G=43.27%
B=45.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622382500.750.0500.02183.8394.9561.18
Hex3EEEFA4B502b85f3d
Octal7635637211350227013775
Binary11111011101110111110101001011101010101110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EEEFA; }

 p { color: rgb(62,238,250); }

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

<style>
 a { background-color: #3EEEFA; }

 a { background-color: rgb(62,238,250); }

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

<style>
 span { border-color: #3EEEFA; }

 span { border-color: rgb(62,238,250); }

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