Html Css Color HEX #36CFC2 Medium Turquoise

📋 copy color: '#36CFC2'

red 54 ◦ green 207 ◦ blue 194

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

Shades of Medium Turquoise #36CFC2

Tints of Medium Turquoise #36CFC2

RGB

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

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

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

R = 11.87%
G = 45.49%
B = 42.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#36CFC2 (or 0x36CFC2) is known color: Medium Turquoise. HEX triplet: 36, CF and C2. RGB value is (54,207,194). Sum of RGB (Red+Green+Blue) = 54+207+194=455 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.87% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFC2 is #C9303D. Grayscale: #9F9F9F. Windows color (decimal): -13185086 or 12767030. OLE color: 12767030.

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

Color convert

RGB 54 207 194 -
CMYK 0.74 0 0.06 0.19
HSL 174.9º 0.61% 0.51% -
HSV(B) 174.9º 0.74% 0.81% -
XYZ 33.57 49.3 58.79 -
YUV 159.77 147.31 52.56 -
System Red Green Blue C M Y K H S L
Decimal 54 207 194 0.74 0 0.06 0.19 174.9 0.61 0.51
Hex 36 CF C2 4A 0 6 13 AF 3D 33
Octal 66 317 302 112 0 6 23 257 75 63
Binary 110110 11001111 11000010 1001010 0 110 10011 10101111 111101 110011

Color Harmonies of #36CFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFC2

Black with #36CFC2

Text Example


Text Example

White with #36CFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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