Html Css Color HEX #52DCF5 Turquoise Blue

📋 copy color: '#52DCF5'

red 82 ◦ green 220 ◦ blue 245

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

Shades of Turquoise Blue #52DCF5

Tints of Turquoise Blue #52DCF5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 245 (96.09% from 255) = 44.79%

R = 14.99%
G = 40.22%
B = 44.79%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52DCF5 (or 0x52DCF5) is known color: Turquoise Blue. HEX triplet: 52, DC and F5. RGB value is (82,220,245). Sum of RGB (Red+Green+Blue) = 82+220+245=547 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.99% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #52DCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCF5 is #AD230A. Grayscale: #B5B5B5. Windows color (decimal): -11346699 or 16112722. OLE color: 16112722.

HSL color Cylindrical-coordinate representation of color #52DCF5: hue angle of 189.2º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52DCF5 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 220 245 -
CMYK 0.67 0.10 0 0.04
HSL 189.2º 0.89% 0.64% -
HSV(B) 189.2º 0.67% 0.96% -
XYZ 45.55 59.57 95.48 -
YUV 181.59 163.78 56.97 -
System Red Green Blue C M Y K H S L
Decimal 82 220 245 0.67 0.10 0 0.04 189.2 0.89 0.64
Hex 52 DC F5 43 A 0 4 BD 59 40
Octal 122 334 365 103 12 0 4 275 131 100
Binary 1010010 11011100 11110101 1000011 1010 0 100 10111101 1011001 1000000

Color Harmonies of #52DCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCF5

Black with #52DCF5

Text Example


Text Example

White with #52DCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,245); }

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

background-color css

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

 a { background-color: rgb(82,220,245); }

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

border-color css

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

 span { border-color: rgb(82,220,245); }

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