Html Css Color HEX #36FDCD Turquoise

📋 copy color: '#36FDCD'

red 54 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #36FDCD

Tints of Turquoise #36FDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.41%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 10.55%
G = 49.41%
B = 40.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#36FDCD (or 0x36FDCD) is known color: Turquoise. HEX triplet: 36, FD and CD. RGB value is (54,253,205). Sum of RGB (Red+Green+Blue) = 54+253+205=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FDCD is #C90232. Grayscale: #BCBCBC. Windows color (decimal): -13173299 or 13499702. OLE color: 13499702.

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

Color convert

RGB 54 253 205 -
CMYK 0.79 0 0.19 0.01
HSL 165.53º 0.98% 0.6% -
HSV(B) 165.53º 0.79% 0.99% -
XYZ 47.67 75.44 69.81 -
YUV 188.03 137.57 32.4 -
System Red Green Blue C M Y K H S L
Decimal 54 253 205 0.79 0 0.19 0.01 165.53 0.98 0.6
Hex 36 FD CD 4F 0 13 1 A6 62 3C
Octal 66 375 315 117 0 23 1 246 142 74
Binary 110110 11111101 11001101 1001111 0 10011 1 10100110 1100010 111100

Color Harmonies of #36FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FDCD

Black with #36FDCD

Text Example


Text Example

White with #36FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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