Html Css Color HEX #36E6CA Turquoise

📋 copy color: '#36E6CA'

red 54 ◦ green 230 ◦ blue 202

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

Shades of Turquoise #36E6CA

Tints of Turquoise #36E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.33%

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 11.11%
G = 47.33%
B = 41.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#36E6CA (or 0x36E6CA) is known color: Turquoise. HEX triplet: 36, E6 and CA. RGB value is (54,230,202). Sum of RGB (Red+Green+Blue) = 54+230+202=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #36E6CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E6CA is #C91935. Grayscale: #AEAEAE. Windows color (decimal): -13179190 or 13297206. OLE color: 13297206.

HSL color Cylindrical-coordinate representation of color #36E6CA: hue angle of 170.45º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E6CA is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 230 202 -
CMYK 0.77 0 0.12 0.10
HSL 170.45º 0.78% 0.56% -
HSV(B) 170.45º 0.77% 0.9% -
XYZ 40.48 61.64 65.64 -
YUV 174.18 143.69 42.28 -
System Red Green Blue C M Y K H S L
Decimal 54 230 202 0.77 0 0.12 0.10 170.45 0.78 0.56
Hex 36 E6 CA 4D 0 C A AA 4E 38
Octal 66 346 312 115 0 14 12 252 116 70
Binary 110110 11100110 11001010 1001101 0 1100 1010 10101010 1001110 111000

Color Harmonies of #36E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E6CA

Black with #36E6CA

Text Example


Text Example

White with #36E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,230,202); }

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

background-color css

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

 a { background-color: rgb(54,230,202); }

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

border-color css

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

 span { border-color: rgb(54,230,202); }

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