Html Css Color HEX #53CADA Medium Turquoise

📋 copy color: '#53CADA'

red 83 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #53CADA

Tints of Medium Turquoise #53CADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 16.5%
G = 40.16%
B = 43.34%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#53CADA (or 0x53CADA) is known color: Medium Turquoise. HEX triplet: 53, CA and DA. RGB value is (83,202,218). Sum of RGB (Red+Green+Blue) = 83+202+218=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #53CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CADA is #AC3525. Grayscale: #A8A8A8. Windows color (decimal): -11285798 or 14338643. OLE color: 14338643.

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

Color convert

RGB 83 202 218 -
CMYK 0.62 0.07 0 0.15
HSL 187.11º 0.65% 0.59% -
HSV(B) 187.11º 0.62% 0.85% -
XYZ 37.34 49.14 73.85 -
YUV 168.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 83 202 218 0.62 0.07 0 0.15 187.11 0.65 0.59
Hex 53 CA DA 3E 7 0 F BB 41 3B
Octal 123 312 332 76 7 0 17 273 101 73
Binary 1010011 11001010 11011010 111110 111 0 1111 10111011 1000001 111011

Color Harmonies of #53CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CADA

Black with #53CADA

Text Example


Text Example

White with #53CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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