Html Css Color HEX #36DABF Turquoise

📋 copy color: '#36DABF'

red 54 ◦ green 218 ◦ blue 191

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

Shades of Turquoise #36DABF

Tints of Turquoise #36DABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

 BLUE value IS 191 (75% from 255) = 41.25%

R = 11.66%
G = 47.08%
B = 41.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#36DABF (or 0x36DABF) is known color: Turquoise. HEX triplet: 36, DA and BF. RGB value is (54,218,191). Sum of RGB (Red+Green+Blue) = 54+218+191=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #36DABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DABF is #C92540. Grayscale: #A5A5A5. Windows color (decimal): -13182273 or 12573238. OLE color: 12573238.

HSL color Cylindrical-coordinate representation of color #36DABF: hue angle of 170.12º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DABF is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 218 191 -
CMYK 0.75 0 0.12 0.15
HSL 170.12º 0.69% 0.53% -
HSV(B) 170.12º 0.75% 0.85% -
XYZ 36 54.69 57.95 -
YUV 165.89 142.17 48.2 -
System Red Green Blue C M Y K H S L
Decimal 54 218 191 0.75 0 0.12 0.15 170.12 0.69 0.53
Hex 36 DA BF 4B 0 C F AA 45 35
Octal 66 332 277 113 0 14 17 252 105 65
Binary 110110 11011010 10111111 1001011 0 1100 1111 10101010 1000101 110101

Color Harmonies of #36DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DABF

Black with #36DABF

Text Example


Text Example

White with #36DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,218,191); }

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

background-color css

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

 a { background-color: rgb(54,218,191); }

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

border-color css

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

 span { border-color: rgb(54,218,191); }

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