Html Css Color HEX #53FDCC Turquoise

📋 copy color: '#53FDCC'

red 83 ◦ green 253 ◦ blue 204

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

Shades of Turquoise #53FDCC

Tints of Turquoise #53FDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 15.37%
G = 46.85%
B = 37.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#53FDCC (or 0x53FDCC) is known color: Turquoise. HEX triplet: 53, FD and CC. RGB value is (83,253,204). Sum of RGB (Red+Green+Blue) = 83+253+204=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDCC is #AC0233. Grayscale: #C4C4C4. Windows color (decimal): -11272756 or 13434195. OLE color: 13434195.

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

Color convert

RGB 83 253 204 -
CMYK 0.67 0 0.19 0.01
HSL 162.71º 0.98% 0.66% -
HSV(B) 162.71º 0.67% 0.99% -
XYZ 49.59 76.45 69.27 -
YUV 196.58 132.18 46.98 -
System Red Green Blue C M Y K H S L
Decimal 83 253 204 0.67 0 0.19 0.01 162.71 0.98 0.66
Hex 53 FD CC 43 0 13 1 A3 62 42
Octal 123 375 314 103 0 23 1 243 142 102
Binary 1010011 11111101 11001100 1000011 0 10011 1 10100011 1100010 1000010

Color Harmonies of #53FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDCC

Black with #53FDCC

Text Example


Text Example

White with #53FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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