Html Css Color HEX #39FFBB Turquoise

📋 copy color: '#39FFBB'

red 57 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #39FFBB

Tints of Turquoise #39FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 51.1%

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

R = 11.42%
G = 51.1%
B = 37.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#39FFBB (or 0x39FFBB) is known color: Turquoise. HEX triplet: 39, FF and BB. RGB value is (57,255,187). Sum of RGB (Red+Green+Blue) = 57+255+187=499 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.42% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFBB is #C60044. Grayscale: #BCBCBC. Windows color (decimal): -12976197 or 12320569. OLE color: 12320569.

HSL color Cylindrical-coordinate representation of color #39FFBB: hue angle of 159.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFBB is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 57 255 187 -
CMYK 0.78 0 0.27 0
HSL 159.39º 1% 0.61% -
HSV(B) 159.39º 0.78% 1% -
XYZ 46.42 75.98 59.23 -
YUV 188.05 127.4 34.53 -
System Red Green Blue C M Y K H S L
Decimal 57 255 187 0.78 0 0.27 0 159.39 1 0.61
Hex 39 FF BB 4E 0 1B 0 9F 64 3D
Octal 71 377 273 116 0 33 0 237 144 75
Binary 111001 11111111 10111011 1001110 0 11011 0 10011111 1100100 111101

Color Harmonies of #39FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39FFBB

Black with #39FFBB

Text Example


Text Example

White with #39FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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