Html Css Color HEX #53CADF Medium Turquoise

📋 copy color: '#53CADF'

red 83 ◦ green 202 ◦ blue 223

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

Shades of Medium Turquoise #53CADF

Tints of Medium Turquoise #53CADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.76%

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

R = 16.34%
G = 39.76%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53CADF (or 0x53CADF) is known color: Medium Turquoise. HEX triplet: 53, CA and DF. RGB value is (83,202,223). Sum of RGB (Red+Green+Blue) = 83+202+223=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #53CADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CADF is #AC3520. Grayscale: #A8A8A8. Windows color (decimal): -11285793 or 14666323. OLE color: 14666323.

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

Color convert

RGB 83 202 223 -
CMYK 0.63 0.09 0 0.13
HSL 189º 0.69% 0.6% -
HSV(B) 189º 0.63% 0.87% -
XYZ 38.01 49.41 77.35 -
YUV 168.81 158.58 66.79 -
System Red Green Blue C M Y K H S L
Decimal 83 202 223 0.63 0.09 0 0.13 189 0.69 0.6
Hex 53 CA DF 3F 9 0 D BD 45 3C
Octal 123 312 337 77 11 0 15 275 105 74
Binary 1010011 11001010 11011111 111111 1001 0 1101 10111101 1000101 111100

Color Harmonies of #53CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CADF

Black with #53CADF

Text Example


Text Example

White with #53CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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