Html Css Color HEX #36C9CF Medium Turquoise

📋 copy color: '#36C9CF'

red 54 ◦ green 201 ◦ blue 207

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

Shades of Medium Turquoise #36C9CF

Tints of Medium Turquoise #36C9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.51%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 11.69%
G = 43.51%
B = 44.81%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#36C9CF (or 0x36C9CF) is known color: Medium Turquoise. HEX triplet: 36, C9 and CF. RGB value is (54,201,207). Sum of RGB (Red+Green+Blue) = 54+201+207=462 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.69% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #36C9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C9CF is #C93630. Grayscale: #9D9D9D. Windows color (decimal): -13186609 or 13617462. OLE color: 13617462.

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

Color convert

RGB 54 201 207 -
CMYK 0.74 0.03 0 0.19
HSL 182.35º 0.61% 0.51% -
HSV(B) 182.35º 0.74% 0.81% -
XYZ 33.67 47.06 66.34 -
YUV 157.73 155.8 54.01 -
System Red Green Blue C M Y K H S L
Decimal 54 201 207 0.74 0.03 0 0.19 182.35 0.61 0.51
Hex 36 C9 CF 4A 3 0 13 B6 3D 33
Octal 66 311 317 112 3 0 23 266 75 63
Binary 110110 11001001 11001111 1001010 11 0 10011 10110110 111101 110011

Color Harmonies of #36C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C9CF

Black with #36C9CF

Text Example


Text Example

White with #36C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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