Html Css Color HEX #36DFC0 Turquoise

📋 copy color: '#36DFC0'

red 54 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #36DFC0

Tints of Turquoise #36DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.55%

 BLUE value IS 192 (75.39% from 255) = 40.94%

R = 11.51%
G = 47.55%
B = 40.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#36DFC0 (or 0x36DFC0) is known color: Turquoise. HEX triplet: 36, DF and C0. RGB value is (54,223,192). Sum of RGB (Red+Green+Blue) = 54+223+192=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFC0 is #C9203F. Grayscale: #A8A8A8. Windows color (decimal): -13180992 or 12640054. OLE color: 12640054.

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

Color convert

RGB 54 223 192 -
CMYK 0.76 0 0.14 0.13
HSL 168.99º 0.73% 0.54% -
HSV(B) 168.99º 0.76% 0.87% -
XYZ 37.42 57.37 58.97 -
YUV 168.94 141.01 46.02 -
System Red Green Blue C M Y K H S L
Decimal 54 223 192 0.76 0 0.14 0.13 168.99 0.73 0.54
Hex 36 DF C0 4C 0 E D A9 49 36
Octal 66 337 300 114 0 16 15 251 111 66
Binary 110110 11011111 11000000 1001100 0 1110 1101 10101001 1001001 110110

Color Harmonies of #36DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DFC0

Black with #36DFC0

Text Example


Text Example

White with #36DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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