Html Css Color HEX #53DBCF Medium Turquoise

📋 copy color: '#53DBCF'

red 83 ◦ green 219 ◦ blue 207

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

Shades of Medium Turquoise #53DBCF

Tints of Medium Turquoise #53DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

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

R = 16.31%
G = 43.03%
B = 40.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#53DBCF (or 0x53DBCF) is known color: Medium Turquoise. HEX triplet: 53, DB and CF. RGB value is (83,219,207). Sum of RGB (Red+Green+Blue) = 83+219+207=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBCF is #AC2430. Grayscale: #B0B0B0. Windows color (decimal): -11281457 or 13622099. OLE color: 13622099.

HSL color Cylindrical-coordinate representation of color #53DBCF: hue angle of 174.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBCF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 219 207 -
CMYK 0.62 0 0.05 0.14
HSL 174.71º 0.65% 0.59% -
HSV(B) 174.71º 0.62% 0.86% -
XYZ 40.16 57.01 67.92 -
YUV 176.97 144.94 60.98 -
System Red Green Blue C M Y K H S L
Decimal 83 219 207 0.62 0 0.05 0.14 174.71 0.65 0.59
Hex 53 DB CF 3E 0 5 E AF 41 3B
Octal 123 333 317 76 0 5 16 257 101 73
Binary 1010011 11011011 11001111 111110 0 101 1110 10101111 1000001 111011

Color Harmonies of #53DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBCF

Black with #53DBCF

Text Example


Text Example

White with #53DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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