Html Css Color HEX #52CADA Medium Turquoise

📋 copy color: '#52CADA'

red 82 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #52CADA

Tints of Medium Turquoise #52CADA

RGB

 RED value IS 82 (32.42% from 255) = 16.33%

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

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

R = 16.33%
G = 40.24%
B = 43.43%

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

#52CADA (or 0x52CADA) is known color: Medium Turquoise. HEX triplet: 52, CA and DA. RGB value is (82,202,218). Sum of RGB (Red+Green+Blue) = 82+202+218=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #52CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CADA is #AD3525. Grayscale: #A7A7A7. Windows color (decimal): -11351334 or 14338642. OLE color: 14338642.

HSL color Cylindrical-coordinate representation of color #52CADA: hue angle of 187.06º 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 #52CADA is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 202 218 -
CMYK 0.62 0.07 0 0.15
HSL 187.06º 0.65% 0.59% -
HSV(B) 187.06º 0.62% 0.85% -
XYZ 37.26 49.1 73.84 -
YUV 167.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 82 202 218 0.62 0.07 0 0.15 187.06 0.65 0.59
Hex 52 CA DA 3E 7 0 F BB 41 3B
Octal 122 312 332 76 7 0 17 273 101 73
Binary 1010010 11001010 11011010 111110 111 0 1111 10111011 1000001 111011

Color Harmonies of #52CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CADA

Black with #52CADA

Text Example


Text Example

White with #52CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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