Html Css Color HEX #36FCD8 Turquoise

📋 copy color: '#36FCD8'

red 54 ◦ green 252 ◦ blue 216

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

Shades of Turquoise #36FCD8

Tints of Turquoise #36FCD8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.28%

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

R = 10.34%
G = 48.28%
B = 41.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#36FCD8 (or 0x36FCD8) is known color: Turquoise. HEX triplet: 36, FC and D8. RGB value is (54,252,216). Sum of RGB (Red+Green+Blue) = 54+252+216=522 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.34% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCD8 is #C90327. Grayscale: #BCBCBC. Windows color (decimal): -13173544 or 14220342. OLE color: 14220342.

HSL color Cylindrical-coordinate representation of color #36FCD8: hue angle of 169.09º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCD8 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 252 216 -
CMYK 0.79 0 0.14 0.01
HSL 169.09º 0.97% 0.6% -
HSV(B) 169.09º 0.79% 0.99% -
XYZ 48.73 75.36 76.94 -
YUV 188.69 143.4 31.93 -
System Red Green Blue C M Y K H S L
Decimal 54 252 216 0.79 0 0.14 0.01 169.09 0.97 0.6
Hex 36 FC D8 4F 0 E 1 A9 61 3C
Octal 66 374 330 117 0 16 1 251 141 74
Binary 110110 11111100 11011000 1001111 0 1110 1 10101001 1100001 111100

Color Harmonies of #36FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FCD8

Black with #36FCD8

Text Example


Text Example

White with #36FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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