Html Css Color HEX #36FFE6 Turquoise

📋 copy color: '#36FFE6'

red 54 ◦ green 255 ◦ blue 230

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

Shades of Turquoise #36FFE6

Tints of Turquoise #36FFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 47.31%

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 10.02%
G = 47.31%
B = 42.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#36FFE6 (or 0x36FFE6) is known color: Turquoise. HEX triplet: 36, FF and E6. RGB value is (54,255,230). Sum of RGB (Red+Green+Blue) = 54+255+230=539 (71% of max value = 765). Red value is 54 (21.48% from 255 or 10.02% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FFE6 is #C90019. Grayscale: #BFBFBF. Windows color (decimal): -13172762 or 15138614. OLE color: 15138614.

HSL color Cylindrical-coordinate representation of color #36FFE6: hue angle of 172.54º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFE6 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 54 255 230 -
CMYK 0.79 0 0.10 0
HSL 172.54º 1% 0.61% -
HSV(B) 172.54º 0.79% 1% -
XYZ 51.56 78.02 87.2 -
YUV 192.05 149.41 29.53 -
System Red Green Blue C M Y K H S L
Decimal 54 255 230 0.79 0 0.10 0 172.54 1 0.61
Hex 36 FF E6 4F 0 A 0 AD 64 3D
Octal 66 377 346 117 0 12 0 255 144 75
Binary 110110 11111111 11100110 1001111 0 1010 0 10101101 1100100 111101

Color Harmonies of #36FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FFE6

Black with #36FFE6

Text Example


Text Example

White with #36FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,255,230); }

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

background-color css

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

 a { background-color: rgb(54,255,230); }

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

border-color css

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

 span { border-color: rgb(54,255,230); }

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