Html Css Color HEX #39EBB5 Turquoise

📋 copy color: '#39EBB5'

red 57 ◦ green 235 ◦ blue 181

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

Shades of Turquoise #39EBB5

Tints of Turquoise #39EBB5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 12.05%
G = 49.68%
B = 38.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#39EBB5 (or 0x39EBB5) is known color: Turquoise. HEX triplet: 39, EB and B5. RGB value is (57,235,181). Sum of RGB (Red+Green+Blue) = 57+235+181=473 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.05% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBB5 is #C6144A. Grayscale: #AFAFAF. Windows color (decimal): -12981323 or 11922233. OLE color: 11922233.

HSL color Cylindrical-coordinate representation of color #39EBB5: hue angle of 161.8º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EBB5 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 235 181 -
CMYK 0.76 0 0.23 0.08
HSL 161.8º 0.82% 0.57% -
HSV(B) 161.8º 0.76% 0.92% -
XYZ 39.74 63.62 53.9 -
YUV 175.62 131.03 43.39 -
System Red Green Blue C M Y K H S L
Decimal 57 235 181 0.76 0 0.23 0.08 161.8 0.82 0.57
Hex 39 EB B5 4C 0 17 8 A2 52 39
Octal 71 353 265 114 0 27 10 242 122 71
Binary 111001 11101011 10110101 1001100 0 10111 1000 10100010 1010010 111001

Color Harmonies of #39EBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EBB5

Black with #39EBB5

Text Example


Text Example

White with #39EBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,235,181); }

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

background-color css

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

 a { background-color: rgb(57,235,181); }

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

border-color css

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

 span { border-color: rgb(57,235,181); }

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