Html Css Color HEX #36CDDF Medium Turquoise

📋 copy color: '#36CDDF'

red 54 ◦ green 205 ◦ blue 223

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

Shades of Medium Turquoise #36CDDF

Tints of Medium Turquoise #36CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 11.2%
G = 42.53%
B = 46.27%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36CDDF (or 0x36CDDF) is known color: Medium Turquoise. HEX triplet: 36, CD and DF. RGB value is (54,205,223). Sum of RGB (Red+Green+Blue) = 54+205+223=482 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.20% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #36CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDDF is #C93220. Grayscale: #A1A1A1. Windows color (decimal): -13185569 or 14667062. OLE color: 14667062.

HSL color Cylindrical-coordinate representation of color #36CDDF: hue angle of 186.39º degrees, saturation: 0.73, 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 #36CDDF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 205 223 -
CMYK 0.76 0.08 0 0.13
HSL 186.39º 0.73% 0.54% -
HSV(B) 186.39º 0.76% 0.87% -
XYZ 36.67 49.77 77.49 -
YUV 161.9 162.47 51.04 -
System Red Green Blue C M Y K H S L
Decimal 54 205 223 0.76 0.08 0 0.13 186.39 0.73 0.54
Hex 36 CD DF 4C 8 0 D BA 49 36
Octal 66 315 337 114 10 0 15 272 111 66
Binary 110110 11001101 11011111 1001100 1000 0 1101 10111010 1001001 110110

Color Harmonies of #36CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDDF

Black with #36CDDF

Text Example


Text Example

White with #36CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,205,223); }

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

background-color css

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

 a { background-color: rgb(54,205,223); }

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

border-color css

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

 span { border-color: rgb(54,205,223); }

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