Html Css Color HEX #36CABA Medium Turquoise

📋 copy color: '#36CABA'

red 54 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #36CABA

Tints of Medium Turquoise #36CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 12.22%
G = 45.7%
B = 42.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#36CABA (or 0x36CABA) is known color: Medium Turquoise. HEX triplet: 36, CA and BA. RGB value is (54,202,186). Sum of RGB (Red+Green+Blue) = 54+202+186=442 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.22% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #36CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CABA is #C93545. Grayscale: #9B9B9B. Windows color (decimal): -13186374 or 12241462. OLE color: 12241462.

HSL color Cylindrical-coordinate representation of color #36CABA: hue angle of 173.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CABA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 202 186 -
CMYK 0.73 0 0.08 0.21
HSL 173.51º 0.58% 0.5% -
HSV(B) 173.51º 0.73% 0.79% -
XYZ 31.5 46.57 53.78 -
YUV 155.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 54 202 186 0.73 0 0.08 0.21 173.51 0.58 0.5
Hex 36 CA BA 49 0 8 15 AE 3A 32
Octal 66 312 272 111 0 10 25 256 72 62
Binary 110110 11001010 10111010 1001001 0 1000 10101 10101110 111010 110010

Color Harmonies of #36CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CABA

Black with #36CABA

Text Example


Text Example

White with #36CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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