#39F1CC

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

Shades of Turquoise #39F1CC

Tints of Turquoise #39F1CC

Color information

#39F1CC (or 0x39F1CC) is unknown color: approx Turquoise. HEX triplet: 39, F1 and CC. RGB value is (57,241,204). Sum of RGB (Red+Green+Blue) = 57+241+204=502 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.35% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #39F1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F1CC is #C60E33. Grayscale: #B5B5B5. Windows color (decimal): -12979764 or 13431097. OLE color: 13431097.

HSL color Cylindrical-coordinate representation of color #39F1CC: hue angle of 167.93º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F1CC is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB57241204-
CMYK0.7600.150.05
HSL167.93º86.79%58.43%-
HSV(B)167.93º76.35%94.51%-
XYZ44.0468.1467.96-
YUV181.77140.5439.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.35%
GREEN value IS 241 (94.53% from 255) = 48.01%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=11.35%
G=48.01%
B=40.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal572412040.7600.150.05167.9386.7958.43
Hex39F1CC4C0F5a8573a
Octal71361314114017525012772
Binary1110011111000111001100100110001111101101010001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39F1CC; }

 p { color: rgb(57,241,204); }

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

<style>
 a { background-color: #39F1CC; }

 a { background-color: rgb(57,241,204); }

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

<style>
 span { border-color: #39F1CC; }

 span { border-color: rgb(57,241,204); }

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