Html Css Color HEX #52CADB Medium Turquoise

📋 copy color: '#52CADB'

red 82 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #52CADB

Tints of Medium Turquoise #52CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 16.3%
G = 40.16%
B = 43.54%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52CADB (or 0x52CADB) is known color: Medium Turquoise. HEX triplet: 52, CA and DB. RGB value is (82,202,219). Sum of RGB (Red+Green+Blue) = 82+202+219=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #52CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CADB is #AD3524. Grayscale: #A7A7A7. Windows color (decimal): -11351333 or 14404178. OLE color: 14404178.

HSL color Cylindrical-coordinate representation of color #52CADB: hue angle of 187.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CADB is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 202 219 -
CMYK 0.63 0.08 0 0.14
HSL 187.45º 0.66% 0.59% -
HSV(B) 187.45º 0.63% 0.86% -
XYZ 37.39 49.15 74.53 -
YUV 168.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 82 202 219 0.63 0.08 0 0.14 187.45 0.66 0.59
Hex 52 CA DB 3F 8 0 E BB 42 3B
Octal 122 312 333 77 10 0 16 273 102 73
Binary 1010010 11001010 11011011 111111 1000 0 1110 10111011 1000010 111011

Color Harmonies of #52CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CADB

Black with #52CADB

Text Example


Text Example

White with #52CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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