Html Css Color HEX #36DFBE Turquoise

📋 copy color: '#36DFBE'

red 54 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #36DFBE

Tints of Turquoise #36DFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 11.56%
G = 47.75%
B = 40.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#36DFBE (or 0x36DFBE) is known color: Turquoise. HEX triplet: 36, DF and BE. RGB value is (54,223,190). Sum of RGB (Red+Green+Blue) = 54+223+190=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFBE is #C92041. Grayscale: #A8A8A8. Windows color (decimal): -13180994 or 12508982. OLE color: 12508982.

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

Color convert

RGB 54 223 190 -
CMYK 0.76 0 0.15 0.13
HSL 168.28º 0.73% 0.54% -
HSV(B) 168.28º 0.76% 0.87% -
XYZ 37.2 57.28 57.81 -
YUV 168.71 140.01 46.18 -
System Red Green Blue C M Y K H S L
Decimal 54 223 190 0.76 0 0.15 0.13 168.28 0.73 0.54
Hex 36 DF BE 4C 0 F D A8 49 36
Octal 66 337 276 114 0 17 15 250 111 66
Binary 110110 11011111 10111110 1001100 0 1111 1101 10101000 1001001 110110

Color Harmonies of #36DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DFBE

Black with #36DFBE

Text Example


Text Example

White with #36DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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