Html Css Color HEX #53FDDF Turquoise

📋 copy color: '#53FDDF'

red 83 ◦ green 253 ◦ blue 223

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

Shades of Turquoise #53FDDF

Tints of Turquoise #53FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 14.85%
G = 45.26%
B = 39.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#53FDDF (or 0x53FDDF) is known color: Turquoise. HEX triplet: 53, FD and DF. RGB value is (83,253,223). Sum of RGB (Red+Green+Blue) = 83+253+223=559 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.85% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDDF is #AC0220. Grayscale: #C6C6C6. Windows color (decimal): -11272737 or 14679379. OLE color: 14679379.

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

Color convert

RGB 83 253 223 -
CMYK 0.67 0 0.12 0.01
HSL 169.41º 0.98% 0.66% -
HSV(B) 169.41º 0.67% 0.99% -
XYZ 52.01 77.42 82.01 -
YUV 198.75 141.68 45.44 -
System Red Green Blue C M Y K H S L
Decimal 83 253 223 0.67 0 0.12 0.01 169.41 0.98 0.66
Hex 53 FD DF 43 0 C 1 A9 62 42
Octal 123 375 337 103 0 14 1 251 142 102
Binary 1010011 11111101 11011111 1000011 0 1100 1 10101001 1100010 1000010

Color Harmonies of #53FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDDF

Black with #53FDDF

Text Example


Text Example

White with #53FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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