Html Css Color HEX #36CACF Medium Turquoise

📋 copy color: '#36CACF'

red 54 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #36CACF

Tints of Medium Turquoise #36CACF

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 54 202 207 -
CMYK 0.74 0.02 0 0.19
HSL 181.96º 0.61% 0.51% -
HSV(B) 181.96º 0.74% 0.81% -
XYZ 33.9 47.53 66.42 -
YUV 158.32 155.47 53.59 -
System Red Green Blue C M Y K H S L
Decimal 54 202 207 0.74 0.02 0 0.19 181.96 0.61 0.51
Hex 36 CA CF 4A 2 0 13 B6 3D 33
Octal 66 312 317 112 2 0 23 266 75 63
Binary 110110 11001010 11001111 1001010 10 0 10011 10110110 111101 110011

Color Harmonies of #36CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CACF

Black with #36CACF

Text Example


Text Example

White with #36CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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