Html Css Color HEX #36F7D1 Turquoise

📋 copy color: '#36F7D1'

red 54 ◦ green 247 ◦ blue 209

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

Shades of Turquoise #36F7D1

Tints of Turquoise #36F7D1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.43%

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 10.59%
G = 48.43%
B = 40.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#36F7D1 (or 0x36F7D1) is known color: Turquoise. HEX triplet: 36, F7 and D1. RGB value is (54,247,209). Sum of RGB (Red+Green+Blue) = 54+247+209=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7D1 is #C9082E. Grayscale: #B8B8B8. Windows color (decimal): -13174831 or 13760310. OLE color: 13760310.

HSL color Cylindrical-coordinate representation of color #36F7D1: hue angle of 168.19º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F7D1 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 247 209 -
CMYK 0.78 0 0.15 0.03
HSL 168.19º 0.92% 0.59% -
HSV(B) 168.19º 0.78% 0.97% -
XYZ 46.29 71.91 71.76 -
YUV 184.96 141.56 34.59 -
System Red Green Blue C M Y K H S L
Decimal 54 247 209 0.78 0 0.15 0.03 168.19 0.92 0.59
Hex 36 F7 D1 4E 0 F 3 A8 5C 3B
Octal 66 367 321 116 0 17 3 250 134 73
Binary 110110 11110111 11010001 1001110 0 1111 11 10101000 1011100 111011

Color Harmonies of #36F7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F7D1

Black with #36F7D1

Text Example


Text Example

White with #36F7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,247,209); }

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

background-color css

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

 a { background-color: rgb(54,247,209); }

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

border-color css

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

 span { border-color: rgb(54,247,209); }

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