Html Css Color HEX #53FDDC Turquoise

📋 copy color: '#53FDDC'

red 83 ◦ green 253 ◦ blue 220

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

Shades of Turquoise #53FDDC

Tints of Turquoise #53FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.5%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 14.93%
G = 45.5%
B = 39.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#53FDDC (or 0x53FDDC) is known color: Turquoise. HEX triplet: 53, FD and DC. RGB value is (83,253,220). Sum of RGB (Red+Green+Blue) = 83+253+220=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDDC is #AC0223. Grayscale: #C6C6C6. Windows color (decimal): -11272740 or 14482771. OLE color: 14482771.

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

Color convert

RGB 83 253 220 -
CMYK 0.67 0 0.13 0.01
HSL 168.35º 0.98% 0.66% -
HSV(B) 168.35º 0.67% 0.99% -
XYZ 51.61 77.26 79.9 -
YUV 198.41 140.18 45.68 -
System Red Green Blue C M Y K H S L
Decimal 83 253 220 0.67 0 0.13 0.01 168.35 0.98 0.66
Hex 53 FD DC 43 0 D 1 A8 62 42
Octal 123 375 334 103 0 15 1 250 142 102
Binary 1010011 11111101 11011100 1000011 0 1101 1 10101000 1100010 1000010

Color Harmonies of #53FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDDC

Black with #53FDDC

Text Example


Text Example

White with #53FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,253,220); }

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

background-color css

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

 a { background-color: rgb(83,253,220); }

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

border-color css

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

 span { border-color: rgb(83,253,220); }

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