#3CF9EB

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

Shades of Turquoise #3CF9EB

Tints of Turquoise #3CF9EB

Color information

#3CF9EB (or 0x3CF9EB) is unknown color: approx Turquoise. HEX triplet: 3C, F9 and EB. RGB value is (60,249,235). Sum of RGB (Red+Green+Blue) = 60+249+235=544 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.03% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF9EB is #C30614. Grayscale: #BEBEBE. Windows color (decimal): -12781077 or 15464764. OLE color: 15464764.

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

Color convert

RGB60249235-
CMYK0.7600.060.02
HSL175.56º94.03%60.59%-
HSV(B)175.56º75.9%97.65%-
XYZ50.7374.7190.34-
YUV190.89152.8834.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.03%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=11.03%
G=45.77%
B=43.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal602492350.7600.060.02175.5694.0360.59
Hex3CF9EB4C062b05e3d
Octal7437135311406226013675
Binary11110011111001111010111001100011010101100001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,249,235); }

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

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

 a { background-color: rgb(60,249,235); }

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

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

 span { border-color: rgb(60,249,235); }

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