Html Css Color HEX #36CCDF Medium Turquoise

📋 copy color: '#36CCDF'

red 54 ◦ green 204 ◦ blue 223

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

Shades of Medium Turquoise #36CCDF

Tints of Medium Turquoise #36CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

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

R = 11.23%
G = 42.41%
B = 46.36%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36CCDF (or 0x36CCDF) is known color: Medium Turquoise. HEX triplet: 36, CC and DF. RGB value is (54,204,223). Sum of RGB (Red+Green+Blue) = 54+204+223=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #36CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCDF is #C93320. Grayscale: #A1A1A1. Windows color (decimal): -13185825 or 14666806. OLE color: 14666806.

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

Color convert

RGB 54 204 223 -
CMYK 0.76 0.09 0 0.13
HSL 186.75º 0.73% 0.54% -
HSV(B) 186.75º 0.76% 0.87% -
XYZ 36.43 49.3 77.41 -
YUV 161.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 54 204 223 0.76 0.09 0 0.13 186.75 0.73 0.54
Hex 36 CC DF 4C 9 0 D BB 49 36
Octal 66 314 337 114 11 0 15 273 111 66
Binary 110110 11001100 11011111 1001100 1001 0 1101 10111011 1001001 110110

Color Harmonies of #36CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCDF

Black with #36CCDF

Text Example


Text Example

White with #36CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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