Html Css Color HEX #36DFB5 Turquoise

📋 copy color: '#36DFB5'

red 54 ◦ green 223 ◦ blue 181

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

Shades of Turquoise #36DFB5

Tints of Turquoise #36DFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.52%

R = 11.79%
G = 48.69%
B = 39.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#36DFB5 (or 0x36DFB5) is known color: Turquoise. HEX triplet: 36, DF and B5. RGB value is (54,223,181). Sum of RGB (Red+Green+Blue) = 54+223+181=458 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.79% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFB5 is #C9204A. Grayscale: #A7A7A7. Windows color (decimal): -13181003 or 11919158. OLE color: 11919158.

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

Color convert

RGB 54 223 181 -
CMYK 0.76 0 0.19 0.13
HSL 165.09º 0.73% 0.54% -
HSV(B) 165.09º 0.76% 0.87% -
XYZ 36.25 56.9 52.79 -
YUV 167.68 135.51 46.92 -
System Red Green Blue C M Y K H S L
Decimal 54 223 181 0.76 0 0.19 0.13 165.09 0.73 0.54
Hex 36 DF B5 4C 0 13 D A5 49 36
Octal 66 337 265 114 0 23 15 245 111 66
Binary 110110 11011111 10110101 1001100 0 10011 1101 10100101 1001001 110110

Color Harmonies of #36DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DFB5

Black with #36DFB5

Text Example


Text Example

White with #36DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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