Html Css Color HEX #53FCDD Turquoise

📋 copy color: '#53FCDD'

red 83 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #53FCDD

Tints of Turquoise #53FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 14.93%
G = 45.32%
B = 39.75%

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

#53FCDD (or 0x53FCDD) is known color: Turquoise. HEX triplet: 53, FC and DD. RGB value is (83,252,221). Sum of RGB (Red+Green+Blue) = 83+252+221=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCDD is #AC0322. Grayscale: #C5C5C5. Windows color (decimal): -11272995 or 14548051. OLE color: 14548051.

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

Color convert

RGB 83 252 221 -
CMYK 0.67 0 0.12 0.01
HSL 168.99º 0.97% 0.66% -
HSV(B) 168.99º 0.67% 0.99% -
XYZ 51.43 76.68 80.5 -
YUV 197.94 141.01 46.02 -
System Red Green Blue C M Y K H S L
Decimal 83 252 221 0.67 0 0.12 0.01 168.99 0.97 0.66
Hex 53 FC DD 43 0 C 1 A9 61 42
Octal 123 374 335 103 0 14 1 251 141 102
Binary 1010011 11111100 11011101 1000011 0 1100 1 10101001 1100001 1000010

Color Harmonies of #53FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCDD

Black with #53FCDD

Text Example


Text Example

White with #53FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,252,221); }

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

background-color css

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

 a { background-color: rgb(83,252,221); }

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

border-color css

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

 span { border-color: rgb(83,252,221); }

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