Html Css Color HEX #53FBDB Turquoise

📋 copy color: '#53FBDB'

red 83 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #53FBDB

Tints of Turquoise #53FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.39%

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

R = 15.01%
G = 45.39%
B = 39.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#53FBDB (or 0x53FBDB) is known color: Turquoise. HEX triplet: 53, FB and DB. RGB value is (83,251,219). Sum of RGB (Red+Green+Blue) = 83+251+219=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBDB is #AC0424. Grayscale: #C5C5C5. Windows color (decimal): -11273253 or 14416723. OLE color: 14416723.

HSL color Cylindrical-coordinate representation of color #53FBDB: hue angle of 168.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBDB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 251 219 -
CMYK 0.67 0 0.13 0.02
HSL 168.57º 0.95% 0.65% -
HSV(B) 168.57º 0.67% 0.98% -
XYZ 50.85 75.95 79 -
YUV 197.12 140.34 46.6 -
System Red Green Blue C M Y K H S L
Decimal 83 251 219 0.67 0 0.13 0.02 168.57 0.95 0.65
Hex 53 FB DB 43 0 D 2 A9 5F 41
Octal 123 373 333 103 0 15 2 251 137 101
Binary 1010011 11111011 11011011 1000011 0 1101 10 10101001 1011111 1000001

Color Harmonies of #53FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FBDB

Black with #53FBDB

Text Example


Text Example

White with #53FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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