Html Css Color HEX #36DACE Turquoise

📋 copy color: '#36DACE'

red 54 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #36DACE

Tints of Turquoise #36DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 11.3%
G = 45.61%
B = 43.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#36DACE (or 0x36DACE) is known color: Turquoise. HEX triplet: 36, DA and CE. RGB value is (54,218,206). Sum of RGB (Red+Green+Blue) = 54+218+206=478 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.30% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #36DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DACE is #C92531. Grayscale: #A7A7A7. Windows color (decimal): -13182258 or 13556278. OLE color: 13556278.

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

Color convert

RGB 54 218 206 -
CMYK 0.75 0 0.06 0.15
HSL 175.61º 0.69% 0.53% -
HSV(B) 175.61º 0.75% 0.85% -
XYZ 37.73 55.38 67.09 -
YUV 167.6 149.67 46.98 -
System Red Green Blue C M Y K H S L
Decimal 54 218 206 0.75 0 0.06 0.15 175.61 0.69 0.53
Hex 36 DA CE 4B 0 6 F B0 45 35
Octal 66 332 316 113 0 6 17 260 105 65
Binary 110110 11011010 11001110 1001011 0 110 1111 10110000 1000101 110101

Color Harmonies of #36DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DACE

Black with #36DACE

Text Example


Text Example

White with #36DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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