#39E1F1

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

Shades of Turquoise #39E1F1

Tints of Turquoise #39E1F1

Color information

#39E1F1 (or 0x39E1F1) is unknown color: approx Turquoise. HEX triplet: 39, E1 and F1. RGB value is (57,225,241). Sum of RGB (Red+Green+Blue) = 57+225+241=523 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.90% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #39E1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E1F1 is #C61E0E. Grayscale: #B0B0B0. Windows color (decimal): -12983823 or 15851833. OLE color: 15851833.

HSL color Cylindrical-coordinate representation of color #39E1F1: hue angle of 185.22º 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 #39E1F1 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB57225241-
CMYK0.760.0700.05
HSL185.22º86.79%58.43%-
HSV(B)185.22º76.35%94.51%-
XYZ44.4961.0792.66-
YUV176.59164.3442.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.90%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=10.90%
G=43.02%
B=46.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal572252410.760.0700.05185.2286.7958.43
Hex39E1F14C705b9573a
Octal7134136111470527112772
Binary111001111000011111000110011001110101101110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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