Html Css Color HEX #39F9BB Turquoise

📋 copy color: '#39F9BB'

red 57 ◦ green 249 ◦ blue 187

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

Shades of Turquoise #39F9BB

Tints of Turquoise #39F9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 11.56%
G = 50.51%
B = 37.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#39F9BB (or 0x39F9BB) is known color: Turquoise. HEX triplet: 39, F9 and BB. RGB value is (57,249,187). Sum of RGB (Red+Green+Blue) = 57+249+187=493 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.56% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F9BB is #C60644. Grayscale: #B8B8B8. Windows color (decimal): -12977733 or 12319033. OLE color: 12319033.

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

Color convert

RGB 57 249 187 -
CMYK 0.77 0 0.25 0.02
HSL 160.63º 0.94% 0.6% -
HSV(B) 160.63º 0.77% 0.98% -
XYZ 44.53 72.21 58.6 -
YUV 184.52 129.39 37.04 -
System Red Green Blue C M Y K H S L
Decimal 57 249 187 0.77 0 0.25 0.02 160.63 0.94 0.6
Hex 39 F9 BB 4D 0 19 2 A1 5E 3C
Octal 71 371 273 115 0 31 2 241 136 74
Binary 111001 11111001 10111011 1001101 0 11001 10 10100001 1011110 111100

Color Harmonies of #39F9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39F9BB

Black with #39F9BB

Text Example


Text Example

White with #39F9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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