Html Css Color HEX #53EFBD Turquoise

📋 copy color: '#53EFBD'

red 83 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #53EFBD

Tints of Turquoise #53EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.77%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 16.24%
G = 46.77%
B = 36.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#53EFBD (or 0x53EFBD) is known color: Turquoise. HEX triplet: 53, EF and BD. RGB value is (83,239,189). Sum of RGB (Red+Green+Blue) = 83+239+189=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFBD is #AC1042. Grayscale: #BABABA. Windows color (decimal): -11276355 or 12447571. OLE color: 12447571.

HSL color Cylindrical-coordinate representation of color #53EFBD: hue angle of 160.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EFBD is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 239 189 -
CMYK 0.65 0 0.21 0.06
HSL 160.77º 0.83% 0.63% -
HSV(B) 160.77º 0.65% 0.94% -
XYZ 43.62 67.25 58.82 -
YUV 186.66 129.32 54.07 -
System Red Green Blue C M Y K H S L
Decimal 83 239 189 0.65 0 0.21 0.06 160.77 0.83 0.63
Hex 53 EF BD 41 0 15 6 A1 53 3F
Octal 123 357 275 101 0 25 6 241 123 77
Binary 1010011 11101111 10111101 1000001 0 10101 110 10100001 1010011 111111

Color Harmonies of #53EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFBD

Black with #53EFBD

Text Example


Text Example

White with #53EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,239,189); }

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

background-color css

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

 a { background-color: rgb(83,239,189); }

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

border-color css

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

 span { border-color: rgb(83,239,189); }

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