Html Css Color HEX #53EFBC Turquoise

📋 copy color: '#53EFBC'

red 83 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #53EFBC

Tints of Turquoise #53EFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 16.27%
G = 46.86%
B = 36.86%

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

#53EFBC (or 0x53EFBC) is known color: Turquoise. HEX triplet: 53, EF and BC. RGB value is (83,239,188). Sum of RGB (Red+Green+Blue) = 83+239+188=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFBC is #AC1043. Grayscale: #BABABA. Windows color (decimal): -11276356 or 12382035. OLE color: 12382035.

HSL color Cylindrical-coordinate representation of color #53EFBC: hue angle of 160.38º 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 #53EFBC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 239 188 -
CMYK 0.65 0 0.21 0.06
HSL 160.38º 0.83% 0.63% -
HSV(B) 160.38º 0.65% 0.94% -
XYZ 43.51 67.2 58.26 -
YUV 186.54 128.82 54.15 -
System Red Green Blue C M Y K H S L
Decimal 83 239 188 0.65 0 0.21 0.06 160.38 0.83 0.63
Hex 53 EF BC 41 0 15 6 A0 53 3F
Octal 123 357 274 101 0 25 6 240 123 77
Binary 1010011 11101111 10111100 1000001 0 10101 110 10100000 1010011 111111

Color Harmonies of #53EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFBC

Black with #53EFBC

Text Example


Text Example

White with #53EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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