Html Css Color HEX #39EBB3 Turquoise

📋 copy color: '#39EBB3'

red 57 ◦ green 235 ◦ blue 179

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

Shades of Turquoise #39EBB3

Tints of Turquoise #39EBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 12.1%
G = 49.89%
B = 38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#39EBB3 (or 0x39EBB3) is known color: Turquoise. HEX triplet: 39, EB and B3. RGB value is (57,235,179). Sum of RGB (Red+Green+Blue) = 57+235+179=471 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.10% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBB3 is #C6144C. Grayscale: #AFAFAF. Windows color (decimal): -12981325 or 11791161. OLE color: 11791161.

HSL color Cylindrical-coordinate representation of color #39EBB3: hue angle of 161.12º 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 #39EBB3 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 235 179 -
CMYK 0.76 0 0.24 0.08
HSL 161.12º 0.82% 0.57% -
HSV(B) 161.12º 0.76% 0.92% -
XYZ 39.53 63.54 52.83 -
YUV 175.39 130.03 43.55 -
System Red Green Blue C M Y K H S L
Decimal 57 235 179 0.76 0 0.24 0.08 161.12 0.82 0.57
Hex 39 EB B3 4C 0 18 8 A1 52 39
Octal 71 353 263 114 0 30 10 241 122 71
Binary 111001 11101011 10110011 1001100 0 11000 1000 10100001 1010010 111001

Color Harmonies of #39EBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39EBB3

Black with #39EBB3

Text Example


Text Example

White with #39EBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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