Html Css Color HEX #36DAC9 Turquoise

📋 copy color: '#36DAC9'

red 54 ◦ green 218 ◦ blue 201

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

Shades of Turquoise #36DAC9

Tints of Turquoise #36DAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 11.42%
G = 46.09%
B = 42.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#36DAC9 (or 0x36DAC9) is known color: Turquoise. HEX triplet: 36, DA and C9. RGB value is (54,218,201). Sum of RGB (Red+Green+Blue) = 54+218+201=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #36DAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DAC9 is #C92536. Grayscale: #A6A6A6. Windows color (decimal): -13182263 or 13228598. OLE color: 13228598.

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

Color convert

RGB 54 218 201 -
CMYK 0.75 0 0.08 0.15
HSL 173.78º 0.69% 0.53% -
HSV(B) 173.78º 0.75% 0.85% -
XYZ 37.14 55.14 63.94 -
YUV 167.03 147.17 47.38 -
System Red Green Blue C M Y K H S L
Decimal 54 218 201 0.75 0 0.08 0.15 173.78 0.69 0.53
Hex 36 DA C9 4B 0 8 F AE 45 35
Octal 66 332 311 113 0 10 17 256 105 65
Binary 110110 11011010 11001001 1001011 0 1000 1111 10101110 1000101 110101

Color Harmonies of #36DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DAC9

Black with #36DAC9

Text Example


Text Example

White with #36DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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