#3FF2EB

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

Shades of Turquoise #3FF2EB

Tints of Turquoise #3FF2EB

Color information

#3FF2EB (or 0x3FF2EB) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and EB. RGB value is (63,242,235). Sum of RGB (Red+Green+Blue) = 63+242+235=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2EB is #C00D14. Grayscale: #BBBBBB. Windows color (decimal): -12586261 or 15462975. OLE color: 15462975.

HSL color Cylindrical-coordinate representation of color #3FF2EB: hue angle of 177.65º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2EB is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB63242235-
CMYK0.7400.030.05
HSL177.65º87.32%59.8%-
HSV(B)177.65º73.97%94.9%-
XYZ48.870.5689.64-
YUV187.68154.739.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.67%
GREEN value IS 242 (94.92% from 255) = 44.81%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=11.67%
G=44.81%
B=43.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632422350.7400.030.05177.6587.3259.8
Hex3FF2EB4A035b2573c
Octal7736235311203526212774
Binary11111111110010111010111001010011101101100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,235); }

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

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

 a { background-color: rgb(63,242,235); }

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

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

 span { border-color: rgb(63,242,235); }

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