Html Css Color HEX #53EBDB Turquoise

📋 copy color: '#53EBDB'

red 83 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #53EBDB

Tints of Turquoise #53EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.76%

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 15.46%
G = 43.76%
B = 40.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#53EBDB (or 0x53EBDB) is known color: Turquoise. HEX triplet: 53, EB and DB. RGB value is (83,235,219). Sum of RGB (Red+Green+Blue) = 83+235+219=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBDB is #AC1424. Grayscale: #BBBBBB. Windows color (decimal): -11277349 or 14412627. OLE color: 14412627.

HSL color Cylindrical-coordinate representation of color #53EBDB: hue angle of 173.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EBDB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 235 219 -
CMYK 0.65 0 0.07 0.08
HSL 173.68º 0.79% 0.62% -
HSV(B) 173.68º 0.65% 0.92% -
XYZ 46.06 66.37 77.4 -
YUV 187.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 83 235 219 0.65 0 0.07 0.08 173.68 0.79 0.62
Hex 53 EB DB 41 0 7 8 AE 4F 3E
Octal 123 353 333 101 0 7 10 256 117 76
Binary 1010011 11101011 11011011 1000001 0 111 1000 10101110 1001111 111110

Color Harmonies of #53EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EBDB

Black with #53EBDB

Text Example


Text Example

White with #53EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,235,219); }

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

background-color css

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

 a { background-color: rgb(83,235,219); }

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

border-color css

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

 span { border-color: rgb(83,235,219); }

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