Html Css Color HEX #53C8DF Medium Turquoise

📋 copy color: '#53C8DF'

red 83 ◦ green 200 ◦ blue 223

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

Shades of Medium Turquoise #53C8DF

Tints of Medium Turquoise #53C8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

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

R = 16.4%
G = 39.53%
B = 44.07%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53C8DF (or 0x53C8DF) is known color: Medium Turquoise. HEX triplet: 53, C8 and DF. RGB value is (83,200,223). Sum of RGB (Red+Green+Blue) = 83+200+223=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #53C8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C8DF is #AC3720. Grayscale: #A7A7A7. Windows color (decimal): -11286305 or 14665811. OLE color: 14665811.

HSL color Cylindrical-coordinate representation of color #53C8DF: hue angle of 189.86º degrees, saturation: 0.69, 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 #53C8DF is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 200 223 -
CMYK 0.63 0.10 0 0.13
HSL 189.86º 0.69% 0.6% -
HSV(B) 189.86º 0.63% 0.87% -
XYZ 37.54 48.48 77.19 -
YUV 167.64 159.24 67.63 -
System Red Green Blue C M Y K H S L
Decimal 83 200 223 0.63 0.10 0 0.13 189.86 0.69 0.6
Hex 53 C8 DF 3F A 0 D BE 45 3C
Octal 123 310 337 77 12 0 15 276 105 74
Binary 1010011 11001000 11011111 111111 1010 0 1101 10111110 1000101 111100

Color Harmonies of #53C8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C8DF

Black with #53C8DF

Text Example


Text Example

White with #53C8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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