Html Css Color HEX #36EEC2 Turquoise

📋 copy color: '#36EEC2'

red 54 ◦ green 238 ◦ blue 194

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

Shades of Turquoise #36EEC2

Tints of Turquoise #36EEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.97%

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 11.11%
G = 48.97%
B = 39.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#36EEC2 (or 0x36EEC2) is known color: Turquoise. HEX triplet: 36, EE and C2. RGB value is (54,238,194). Sum of RGB (Red+Green+Blue) = 54+238+194=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEC2 is #C9113D. Grayscale: #B1B1B1. Windows color (decimal): -13177150 or 12774966. OLE color: 12774966.

HSL color Cylindrical-coordinate representation of color #36EEC2: hue angle of 165.65º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EEC2 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 238 194 -
CMYK 0.77 0 0.18 0.07
HSL 165.65º 0.84% 0.57% -
HSV(B) 165.65º 0.77% 0.93% -
XYZ 41.83 65.83 61.54 -
YUV 177.97 137.04 39.58 -
System Red Green Blue C M Y K H S L
Decimal 54 238 194 0.77 0 0.18 0.07 165.65 0.84 0.57
Hex 36 EE C2 4D 0 12 7 A6 54 39
Octal 66 356 302 115 0 22 7 246 124 71
Binary 110110 11101110 11000010 1001101 0 10010 111 10100110 1010100 111001

Color Harmonies of #36EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EEC2

Black with #36EEC2

Text Example


Text Example

White with #36EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,238,194); }

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

background-color css

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

 a { background-color: rgb(54,238,194); }

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

border-color css

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

 span { border-color: rgb(54,238,194); }

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