Html Css Color HEX #53DECF Medium Turquoise

📋 copy color: '#53DECF'

red 83 ◦ green 222 ◦ blue 207

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

Shades of Medium Turquoise #53DECF

Tints of Medium Turquoise #53DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 16.21%
G = 43.36%
B = 40.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#53DECF (or 0x53DECF) is known color: Medium Turquoise. HEX triplet: 53, DE and CF. RGB value is (83,222,207). Sum of RGB (Red+Green+Blue) = 83+222+207=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #53DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DECF is #AC2130. Grayscale: #B2B2B2. Windows color (decimal): -11280689 or 13622867. OLE color: 13622867.

HSL color Cylindrical-coordinate representation of color #53DECF: hue angle of 173.53º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DECF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 222 207 -
CMYK 0.63 0 0.07 0.13
HSL 173.53º 0.68% 0.6% -
HSV(B) 173.53º 0.63% 0.87% -
XYZ 40.95 58.59 68.18 -
YUV 178.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 83 222 207 0.63 0 0.07 0.13 173.53 0.68 0.6
Hex 53 DE CF 3F 0 7 D AE 44 3C
Octal 123 336 317 77 0 7 15 256 104 74
Binary 1010011 11011110 11001111 111111 0 111 1101 10101110 1000100 111100

Color Harmonies of #53DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DECF

Black with #53DECF

Text Example


Text Example

White with #53DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,222,207); }

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

background-color css

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

 a { background-color: rgb(83,222,207); }

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

border-color css

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

 span { border-color: rgb(83,222,207); }

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