Html Css Color HEX #36DEBC Turquoise

📋 copy color: '#36DEBC'

red 54 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #36DEBC

Tints of Turquoise #36DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.84%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 11.64%
G = 47.84%
B = 40.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#36DEBC (or 0x36DEBC) is known color: Turquoise. HEX triplet: 36, DE and BC. RGB value is (54,222,188). Sum of RGB (Red+Green+Blue) = 54+222+188=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEBC is #C92143. Grayscale: #A7A7A7. Windows color (decimal): -13181252 or 12377654. OLE color: 12377654.

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

Color convert

RGB 54 222 188 -
CMYK 0.76 0 0.15 0.13
HSL 167.86º 0.72% 0.54% -
HSV(B) 167.86º 0.76% 0.87% -
XYZ 36.72 56.66 56.58 -
YUV 167.89 139.34 46.76 -
System Red Green Blue C M Y K H S L
Decimal 54 222 188 0.76 0 0.15 0.13 167.86 0.72 0.54
Hex 36 DE BC 4C 0 F D A8 48 36
Octal 66 336 274 114 0 17 15 250 110 66
Binary 110110 11011110 10111100 1001100 0 1111 1101 10101000 1001000 110110

Color Harmonies of #36DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DEBC

Black with #36DEBC

Text Example


Text Example

White with #36DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,222,188); }

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

background-color css

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

 a { background-color: rgb(54,222,188); }

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

border-color css

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

 span { border-color: rgb(54,222,188); }

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