Html Css Color HEX #36CED8 Medium Turquoise

📋 copy color: '#36CED8'

red 54 ◦ green 206 ◦ blue 216

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

Shades of Medium Turquoise #36CED8

Tints of Medium Turquoise #36CED8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.28%

 BLUE value IS 216 (84.77% from 255) = 45.38%

R = 11.34%
G = 43.28%
B = 45.38%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#36CED8 (or 0x36CED8) is known color: Medium Turquoise. HEX triplet: 36, CE and D8. RGB value is (54,206,216). Sum of RGB (Red+Green+Blue) = 54+206+216=476 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.34% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #36CED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CED8 is #C93127. Grayscale: #A1A1A1. Windows color (decimal): -13185320 or 14208566. OLE color: 14208566.

HSL color Cylindrical-coordinate representation of color #36CED8: hue angle of 183.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36CED8 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 206 216 -
CMYK 0.75 0.05 0 0.15
HSL 183.7º 0.68% 0.53% -
HSV(B) 183.7º 0.75% 0.85% -
XYZ 35.99 49.88 72.7 -
YUV 161.69 158.64 51.19 -
System Red Green Blue C M Y K H S L
Decimal 54 206 216 0.75 0.05 0 0.15 183.7 0.68 0.53
Hex 36 CE D8 4B 5 0 F B8 44 35
Octal 66 316 330 113 5 0 17 270 104 65
Binary 110110 11001110 11011000 1001011 101 0 1111 10111000 1000100 110101

Color Harmonies of #36CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CED8

Black with #36CED8

Text Example


Text Example

White with #36CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,206,216); }

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

background-color css

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

 a { background-color: rgb(54,206,216); }

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

border-color css

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

 span { border-color: rgb(54,206,216); }

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