Html Css Color HEX #36EEC3 Turquoise

📋 copy color: '#36EEC3'

red 54 ◦ green 238 ◦ blue 195

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

Shades of Turquoise #36EEC3

Tints of Turquoise #36EEC3

RGB

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

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

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

R = 11.09%
G = 48.87%
B = 40.04%

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

#36EEC3 (or 0x36EEC3) is known color: Turquoise. HEX triplet: 36, EE and C3. RGB value is (54,238,195). Sum of RGB (Red+Green+Blue) = 54+238+195=487 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.09% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEC3 is #C9113C. Grayscale: #B2B2B2. Windows color (decimal): -13177149 or 12840502. OLE color: 12840502.

HSL color Cylindrical-coordinate representation of color #36EEC3: hue angle of 165.98º 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 #36EEC3 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 238 195 -
CMYK 0.77 0 0.18 0.07
HSL 165.98º 0.84% 0.57% -
HSV(B) 165.98º 0.77% 0.93% -
XYZ 41.95 65.87 62.13 -
YUV 178.08 137.54 39.5 -
System Red Green Blue C M Y K H S L
Decimal 54 238 195 0.77 0 0.18 0.07 165.98 0.84 0.57
Hex 36 EE C3 4D 0 12 7 A6 54 39
Octal 66 356 303 115 0 22 7 246 124 71
Binary 110110 11101110 11000011 1001101 0 10010 111 10100110 1010100 111001

Color Harmonies of #36EEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EEC3

Black with #36EEC3

Text Example


Text Example

White with #36EEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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