Html Css Color HEX #53FBDA Turquoise

📋 copy color: '#53FBDA'

red 83 ◦ green 251 ◦ blue 218

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

Shades of Turquoise #53FBDA

Tints of Turquoise #53FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 15.04%
G = 45.47%
B = 39.49%

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

#53FBDA (or 0x53FBDA) is known color: Turquoise. HEX triplet: 53, FB and DA. RGB value is (83,251,218). Sum of RGB (Red+Green+Blue) = 83+251+218=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBDA is #AC0425. Grayscale: #C4C4C4. Windows color (decimal): -11273254 or 14351187. OLE color: 14351187.

HSL color Cylindrical-coordinate representation of color #53FBDA: hue angle of 168.21º 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 #53FBDA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 251 218 -
CMYK 0.67 0 0.13 0.02
HSL 168.21º 0.95% 0.65% -
HSV(B) 168.21º 0.67% 0.98% -
XYZ 50.72 75.9 78.31 -
YUV 197.01 139.84 46.68 -
System Red Green Blue C M Y K H S L
Decimal 83 251 218 0.67 0 0.13 0.02 168.21 0.95 0.65
Hex 53 FB DA 43 0 D 2 A8 5F 41
Octal 123 373 332 103 0 15 2 250 137 101
Binary 1010011 11111011 11011010 1000011 0 1101 10 10101000 1011111 1000001

Color Harmonies of #53FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FBDA

Black with #53FBDA

Text Example


Text Example

White with #53FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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