Html Css Color HEX #36F2B0 Turquoise

📋 copy color: '#36F2B0'

red 54 ◦ green 242 ◦ blue 176

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

Shades of Turquoise #36F2B0

Tints of Turquoise #36F2B0

RGB

 RED value IS 54 (21.48% from 255) = 11.44%

 GREEN value IS 242 (94.92% from 255) = 51.27%

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 11.44%
G = 51.27%
B = 37.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#36F2B0 (or 0x36F2B0) is known color: Turquoise. HEX triplet: 36, F2 and B0. RGB value is (54,242,176). Sum of RGB (Red+Green+Blue) = 54+242+176=472 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.44% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #36F2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F2B0 is #C90D4F. Grayscale: #B2B2B2. Windows color (decimal): -13176144 or 11596342. OLE color: 11596342.

HSL color Cylindrical-coordinate representation of color #36F2B0: hue angle of 158.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F2B0 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 242 176 -
CMYK 0.78 0 0.27 0.05
HSL 158.94º 0.88% 0.58% -
HSV(B) 158.94º 0.78% 0.95% -
XYZ 41.11 67.42 51.92 -
YUV 178.26 126.72 39.37 -
System Red Green Blue C M Y K H S L
Decimal 54 242 176 0.78 0 0.27 0.05 158.94 0.88 0.58
Hex 36 F2 B0 4E 0 1B 5 9F 58 3A
Octal 66 362 260 116 0 33 5 237 130 72
Binary 110110 11110010 10110000 1001110 0 11011 101 10011111 1011000 111010

Color Harmonies of #36F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F2B0

Black with #36F2B0

Text Example


Text Example

White with #36F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36F2B0; }

 p { color: rgb(54,242,176); }

 H1.HeaderClassName
 {
   color: #36F2B0;
 }
 .AnyTagClassName
 {
   color: #36F2B0;
 }
</style>

background-color css

<style>
 a { background-color: #36F2B0; }

 a { background-color: rgb(54,242,176); }

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

border-color css

<style>
 span { border-color: #36F2B0; }

 span { border-color: rgb(54,242,176); }

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