Html Css Color HEX #36FCD7 Turquoise

📋 copy color: '#36FCD7'

red 54 ◦ green 252 ◦ blue 215

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

Shades of Turquoise #36FCD7

Tints of Turquoise #36FCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 10.36%
G = 48.37%
B = 41.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#36FCD7 (or 0x36FCD7) is known color: Turquoise. HEX triplet: 36, FC and D7. RGB value is (54,252,215). Sum of RGB (Red+Green+Blue) = 54+252+215=521 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.36% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCD7 is #C90328. Grayscale: #BCBCBC. Windows color (decimal): -13173545 or 14154806. OLE color: 14154806.

HSL color Cylindrical-coordinate representation of color #36FCD7: hue angle of 168.79º 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 #36FCD7 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 252 215 -
CMYK 0.79 0 0.15 0.01
HSL 168.79º 0.97% 0.6% -
HSV(B) 168.79º 0.79% 0.99% -
XYZ 48.6 75.31 76.27 -
YUV 188.58 142.9 32.01 -
System Red Green Blue C M Y K H S L
Decimal 54 252 215 0.79 0 0.15 0.01 168.79 0.97 0.6
Hex 36 FC D7 4F 0 F 1 A9 61 3C
Octal 66 374 327 117 0 17 1 251 141 74
Binary 110110 11111100 11010111 1001111 0 1111 1 10101001 1100001 111100

Color Harmonies of #36FCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FCD7

Black with #36FCD7

Text Example


Text Example

White with #36FCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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