Html Css Color HEX #39F9B1 Turquoise

📋 copy color: '#39F9B1'

red 57 ◦ green 249 ◦ blue 177

#39F9B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #39F9B1

Tints of Turquoise #39F9B1

RGB

 RED value IS 57 (22.66% from 255) = 11.8%

 GREEN value IS 249 (97.66% from 255) = 51.55%

 BLUE value IS 177 (69.53% from 255) = 36.65%

R = 11.8%
G = 51.55%
B = 36.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#39F9B1 (or 0x39F9B1) is known color: Turquoise. HEX triplet: 39, F9 and B1. RGB value is (57,249,177). Sum of RGB (Red+Green+Blue) = 57+249+177=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F9B1 is #C6064E. Grayscale: #B7B7B7. Windows color (decimal): -12977743 or 11663673. OLE color: 11663673.

HSL color Cylindrical-coordinate representation of color #39F9B1: hue angle of 157.5º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F9B1 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 249 177 -
CMYK 0.77 0 0.29 0.02
HSL 157.5º 0.94% 0.6% -
HSV(B) 157.5º 0.77% 0.98% -
XYZ 43.5 71.8 53.16 -
YUV 183.38 124.39 37.85 -
System Red Green Blue C M Y K H S L
Decimal 57 249 177 0.77 0 0.29 0.02 157.5 0.94 0.6
Hex 39 F9 B1 4D 0 1D 2 9E 5E 3C
Octal 71 371 261 115 0 35 2 236 136 74
Binary 111001 11111001 10110001 1001101 0 11101 10 10011110 1011110 111100

Color Harmonies of #39F9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39F9B1

Black with #39F9B1

Text Example


Text Example

White with #39F9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,249,177); }

 H1.HeaderClassName
 {
   color: #39F9B1;
 }
 .AnyTagClassName
 {
   color: #39F9B1;
 }
</style>

background-color css

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

 a { background-color: rgb(57,249,177); }

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

border-color css

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

 span { border-color: rgb(57,249,177); }

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