Html Css Color HEX #36EBB2 Turquoise

📋 copy color: '#36EBB2'

red 54 ◦ green 235 ◦ blue 178

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

Shades of Turquoise #36EBB2

Tints of Turquoise #36EBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 11.56%
G = 50.32%
B = 38.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#36EBB2 (or 0x36EBB2) is known color: Turquoise. HEX triplet: 36, EB and B2. RGB value is (54,235,178). Sum of RGB (Red+Green+Blue) = 54+235+178=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #36EBB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36EBB2 is #C9144D. Grayscale: #AEAEAE. Windows color (decimal): -13177934 or 11725622. OLE color: 11725622.

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

Color convert

RGB 54 235 178 -
CMYK 0.77 0 0.24 0.08
HSL 161.11º 0.82% 0.57% -
HSV(B) 161.11º 0.77% 0.92% -
XYZ 39.27 63.42 52.29 -
YUV 174.38 130.03 42.13 -
System Red Green Blue C M Y K H S L
Decimal 54 235 178 0.77 0 0.24 0.08 161.11 0.82 0.57
Hex 36 EB B2 4D 0 18 8 A1 52 39
Octal 66 353 262 115 0 30 10 241 122 71
Binary 110110 11101011 10110010 1001101 0 11000 1000 10100001 1010010 111001

Color Harmonies of #36EBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EBB2

Black with #36EBB2

Text Example


Text Example

White with #36EBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,235,178); }

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

background-color css

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

 a { background-color: rgb(54,235,178); }

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

border-color css

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

 span { border-color: rgb(54,235,178); }

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