Html Css Color HEX #36EAC3 Turquoise

📋 copy color: '#36EAC3'

red 54 ◦ green 234 ◦ blue 195

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

Shades of Turquoise #36EAC3

Tints of Turquoise #36EAC3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.45%

 BLUE value IS 195 (76.56% from 255) = 40.37%

R = 11.18%
G = 48.45%
B = 40.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#36EAC3 (or 0x36EAC3) is known color: Turquoise. HEX triplet: 36, EA and C3. RGB value is (54,234,195). Sum of RGB (Red+Green+Blue) = 54+234+195=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #36EAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EAC3 is #C9153C. Grayscale: #AFAFAF. Windows color (decimal): -13178173 or 12839478. OLE color: 12839478.

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

Color convert

RGB 54 234 195 -
CMYK 0.77 0 0.17 0.08
HSL 167º 0.81% 0.56% -
HSV(B) 167º 0.77% 0.92% -
XYZ 40.79 63.57 61.75 -
YUV 175.73 138.87 41.17 -
System Red Green Blue C M Y K H S L
Decimal 54 234 195 0.77 0 0.17 0.08 167 0.81 0.56
Hex 36 EA C3 4D 0 11 8 A7 51 38
Octal 66 352 303 115 0 21 10 247 121 70
Binary 110110 11101010 11000011 1001101 0 10001 1000 10100111 1010001 111000

Color Harmonies of #36EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EAC3

Black with #36EAC3

Text Example


Text Example

White with #36EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,234,195); }

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

background-color css

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

 a { background-color: rgb(54,234,195); }

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

border-color css

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

 span { border-color: rgb(54,234,195); }

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