Html Css Color HEX #36CFCA Medium Turquoise

📋 copy color: '#36CFCA'

red 54 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #36CFCA

Tints of Medium Turquoise #36CFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.71%

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

R = 11.66%
G = 44.71%
B = 43.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#36CFCA (or 0x36CFCA) is known color: Medium Turquoise. HEX triplet: 36, CF and CA. RGB value is (54,207,202). Sum of RGB (Red+Green+Blue) = 54+207+202=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFCA is #C93035. Grayscale: #A0A0A0. Windows color (decimal): -13185078 or 13291318. OLE color: 13291318.

HSL color Cylindrical-coordinate representation of color #36CFCA: hue angle of 178.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CFCA is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 207 202 -
CMYK 0.74 0 0.02 0.19
HSL 178.04º 0.61% 0.51% -
HSV(B) 178.04º 0.74% 0.81% -
XYZ 34.49 49.67 63.65 -
YUV 160.68 151.31 51.91 -
System Red Green Blue C M Y K H S L
Decimal 54 207 202 0.74 0 0.02 0.19 178.04 0.61 0.51
Hex 36 CF CA 4A 0 2 13 B2 3D 33
Octal 66 317 312 112 0 2 23 262 75 63
Binary 110110 11001111 11001010 1001010 0 10 10011 10110010 111101 110011

Color Harmonies of #36CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFCA

Black with #36CFCA

Text Example


Text Example

White with #36CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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