Html Css Color HEX #36E7D7 Turquoise

📋 copy color: '#36E7D7'

red 54 ◦ green 231 ◦ blue 215

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

Shades of Turquoise #36E7D7

Tints of Turquoise #36E7D7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.2%

 BLUE value IS 215 (84.38% from 255) = 43%

R = 10.8%
G = 46.2%
B = 43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#36E7D7 (or 0x36E7D7) is known color: Turquoise. HEX triplet: 36, E7 and D7. RGB value is (54,231,215). Sum of RGB (Red+Green+Blue) = 54+231+215=500 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.8% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #36E7D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E7D7 is #C91828. Grayscale: #B0B0B0. Windows color (decimal): -13178921 or 14149430. OLE color: 14149430.

HSL color Cylindrical-coordinate representation of color #36E7D7: hue angle of 174.58º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E7D7 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 54 231 215 -
CMYK 0.77 0 0.07 0.09
HSL 174.58º 0.79% 0.56% -
HSV(B) 174.58º 0.77% 0.91% -
XYZ 42.36 62.84 74.19 -
YUV 176.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 54 231 215 0.77 0 0.07 0.09 174.58 0.79 0.56
Hex 36 E7 D7 4D 0 7 9 AF 4F 38
Octal 66 347 327 115 0 7 11 257 117 70
Binary 110110 11100111 11010111 1001101 0 111 1001 10101111 1001111 111000

Color Harmonies of #36E7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E7D7

Black with #36E7D7

Text Example


Text Example

White with #36E7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,231,215); }

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

background-color css

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

 a { background-color: rgb(54,231,215); }

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

border-color css

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

 span { border-color: rgb(54,231,215); }

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