Html Css Color HEX #53FCBE Turquoise

📋 copy color: '#53FCBE'

red 83 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #53FCBE

Tints of Turquoise #53FCBE

RGB

 RED value IS 83 (32.81% from 255) = 15.81%

 GREEN value IS 252 (98.83% from 255) = 48%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 15.81%
G = 48%
B = 36.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#53FCBE (or 0x53FCBE) is known color: Turquoise. HEX triplet: 53, FC and BE. RGB value is (83,252,190). Sum of RGB (Red+Green+Blue) = 83+252+190=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCBE is #AC0341. Grayscale: #C2C2C2. Windows color (decimal): -11273026 or 12516435. OLE color: 12516435.

HSL color Cylindrical-coordinate representation of color #53FCBE: hue angle of 157.99º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCBE is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 252 190 -
CMYK 0.67 0 0.25 0.01
HSL 157.99º 0.97% 0.66% -
HSV(B) 157.99º 0.67% 0.99% -
XYZ 47.67 75.18 60.71 -
YUV 194.4 125.51 48.54 -
System Red Green Blue C M Y K H S L
Decimal 83 252 190 0.67 0 0.25 0.01 157.99 0.97 0.66
Hex 53 FC BE 43 0 19 1 9E 61 42
Octal 123 374 276 103 0 31 1 236 141 102
Binary 1010011 11111100 10111110 1000011 0 11001 1 10011110 1100001 1000010

Color Harmonies of #53FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCBE

Black with #53FCBE

Text Example


Text Example

White with #53FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53FCBE; }

 p { color: rgb(83,252,190); }

 H1.HeaderClassName
 {
   color: #53FCBE;
 }
 .AnyTagClassName
 {
   color: #53FCBE;
 }
</style>

background-color css

<style>
 a { background-color: #53FCBE; }

 a { background-color: rgb(83,252,190); }

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

border-color css

<style>
 span { border-color: #53FCBE; }

 span { border-color: rgb(83,252,190); }

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