Html Css Color HEX #36D9CC Turquoise

📋 copy color: '#36D9CC'

red 54 ◦ green 217 ◦ blue 204

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

Shades of Turquoise #36D9CC

Tints of Turquoise #36D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 11.37%
G = 45.68%
B = 42.95%

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

#36D9CC (or 0x36D9CC) is known color: Turquoise. HEX triplet: 36, D9 and CC. RGB value is (54,217,204). Sum of RGB (Red+Green+Blue) = 54+217+204=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #36D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D9CC is #C92633. Grayscale: #A6A6A6. Windows color (decimal): -13182516 or 13424950. OLE color: 13424950.

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

Color convert

RGB 54 217 204 -
CMYK 0.75 0 0.06 0.15
HSL 175.21º 0.68% 0.53% -
HSV(B) 175.21º 0.75% 0.85% -
XYZ 37.23 54.77 65.74 -
YUV 166.78 149 47.56 -
System Red Green Blue C M Y K H S L
Decimal 54 217 204 0.75 0 0.06 0.15 175.21 0.68 0.53
Hex 36 D9 CC 4B 0 6 F AF 44 35
Octal 66 331 314 113 0 6 17 257 104 65
Binary 110110 11011001 11001100 1001011 0 110 1111 10101111 1000100 110101

Color Harmonies of #36D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D9CC

Black with #36D9CC

Text Example


Text Example

White with #36D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,217,204); }

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

background-color css

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

 a { background-color: rgb(54,217,204); }

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

border-color css

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

 span { border-color: rgb(54,217,204); }

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