Html Css Color HEX #36F7E5 Turquoise

📋 copy color: '#36F7E5'

red 54 ◦ green 247 ◦ blue 229

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

Shades of Turquoise #36F7E5

Tints of Turquoise #36F7E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.21%

R = 10.19%
G = 46.6%
B = 43.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#36F7E5 (or 0x36F7E5) is known color: Turquoise. HEX triplet: 36, F7 and E5. RGB value is (54,247,229). Sum of RGB (Red+Green+Blue) = 54+247+229=530 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.19% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7E5 is #C9081A. Grayscale: #BBBBBB. Windows color (decimal): -13174811 or 15071030. OLE color: 15071030.

HSL color Cylindrical-coordinate representation of color #36F7E5: hue angle of 174.4º 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 #36F7E5 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 247 229 -
CMYK 0.78 0 0.07 0.03
HSL 174.4º 0.92% 0.59% -
HSV(B) 174.4º 0.78% 0.97% -
XYZ 48.92 72.96 85.63 -
YUV 187.24 151.56 32.96 -
System Red Green Blue C M Y K H S L
Decimal 54 247 229 0.78 0 0.07 0.03 174.4 0.92 0.59
Hex 36 F7 E5 4E 0 7 3 AE 5C 3B
Octal 66 367 345 116 0 7 3 256 134 73
Binary 110110 11110111 11100101 1001110 0 111 11 10101110 1011100 111011

Color Harmonies of #36F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F7E5

Black with #36F7E5

Text Example


Text Example

White with #36F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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