Html Css Color HEX #36CFC8 Medium Turquoise

📋 copy color: '#36CFC8'

red 54 ◦ green 207 ◦ blue 200

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

Shades of Medium Turquoise #36CFC8

Tints of Medium Turquoise #36CFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.38%

R = 11.71%
G = 44.9%
B = 43.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#36CFC8 (or 0x36CFC8) is known color: Medium Turquoise. HEX triplet: 36, CF and C8. RGB value is (54,207,200). Sum of RGB (Red+Green+Blue) = 54+207+200=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFC8 is #C93037. Grayscale: #A0A0A0. Windows color (decimal): -13185080 or 13160246. OLE color: 13160246.

HSL color Cylindrical-coordinate representation of color #36CFC8: hue angle of 177.25º 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 #36CFC8 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 207 200 -
CMYK 0.74 0 0.03 0.19
HSL 177.25º 0.61% 0.51% -
HSV(B) 177.25º 0.74% 0.81% -
XYZ 34.26 49.58 62.41 -
YUV 160.46 150.31 52.07 -
System Red Green Blue C M Y K H S L
Decimal 54 207 200 0.74 0 0.03 0.19 177.25 0.61 0.51
Hex 36 CF C8 4A 0 3 13 B1 3D 33
Octal 66 317 310 112 0 3 23 261 75 63
Binary 110110 11001111 11001000 1001010 0 11 10011 10110001 111101 110011

Color Harmonies of #36CFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFC8

Black with #36CFC8

Text Example


Text Example

White with #36CFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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