Html Css Color HEX #36CFDD Medium Turquoise

📋 copy color: '#36CFDD'

red 54 ◦ green 207 ◦ blue 221

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

Shades of Medium Turquoise #36CFDD

Tints of Medium Turquoise #36CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 11.2%
G = 42.95%
B = 45.85%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36CFDD (or 0x36CFDD) is known color: Medium Turquoise. HEX triplet: 36, CF and DD. RGB value is (54,207,221). Sum of RGB (Red+Green+Blue) = 54+207+221=482 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.20% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #36CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFDD is #C93022. Grayscale: #A2A2A2. Windows color (decimal): -13185059 or 14536502. OLE color: 14536502.

HSL color Cylindrical-coordinate representation of color #36CFDD: hue angle of 185.03º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36CFDD is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 207 221 -
CMYK 0.76 0.06 0 0.13
HSL 185.03º 0.71% 0.54% -
HSV(B) 185.03º 0.76% 0.87% -
XYZ 36.89 50.63 76.24 -
YUV 162.85 160.81 50.36 -
System Red Green Blue C M Y K H S L
Decimal 54 207 221 0.76 0.06 0 0.13 185.03 0.71 0.54
Hex 36 CF DD 4C 6 0 D B9 47 36
Octal 66 317 335 114 6 0 15 271 107 66
Binary 110110 11001111 11011101 1001100 110 0 1101 10111001 1000111 110110

Color Harmonies of #36CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFDD

Black with #36CFDD

Text Example


Text Example

White with #36CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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