Html Css Color HEX #39FABE Turquoise

📋 copy color: '#39FABE'

red 57 ◦ green 250 ◦ blue 190

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

Shades of Turquoise #39FABE

Tints of Turquoise #39FABE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.3%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 11.47%
G = 50.3%
B = 38.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#39FABE (or 0x39FABE) is known color: Turquoise. HEX triplet: 39, FA and BE. RGB value is (57,250,190). Sum of RGB (Red+Green+Blue) = 57+250+190=497 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.47% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #39FABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FABE is #C60541. Grayscale: #B9B9B9. Windows color (decimal): -12977474 or 12515897. OLE color: 12515897.

HSL color Cylindrical-coordinate representation of color #39FABE: hue angle of 161.35º degrees, saturation: 0.95, 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 #39FABE is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 250 190 -
CMYK 0.77 0 0.24 0.02
HSL 161.35º 0.95% 0.6% -
HSV(B) 161.35º 0.77% 0.98% -
XYZ 45.17 72.96 60.42 -
YUV 185.45 130.56 36.38 -
System Red Green Blue C M Y K H S L
Decimal 57 250 190 0.77 0 0.24 0.02 161.35 0.95 0.6
Hex 39 FA BE 4D 0 18 2 A1 5F 3C
Octal 71 372 276 115 0 30 2 241 137 74
Binary 111001 11111010 10111110 1001101 0 11000 10 10100001 1011111 111100

Color Harmonies of #39FABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39FABE

Black with #39FABE

Text Example


Text Example

White with #39FABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,250,190); }

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

background-color css

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

 a { background-color: rgb(57,250,190); }

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

border-color css

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

 span { border-color: rgb(57,250,190); }

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