Html Css Color HEX #52D8F9 Turquoise Blue

📋 copy color: '#52D8F9'

red 82 ◦ green 216 ◦ blue 249

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

Shades of Turquoise Blue #52D8F9

Tints of Turquoise Blue #52D8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 14.99%
G = 39.49%
B = 45.52%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52D8F9 (or 0x52D8F9) is known color: Turquoise Blue. HEX triplet: 52, D8 and F9. RGB value is (82,216,249). Sum of RGB (Red+Green+Blue) = 82+216+249=547 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.99% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #52D8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D8F9 is #AD2706. Grayscale: #B3B3B3. Windows color (decimal): -11347719 or 16373842. OLE color: 16373842.

HSL color Cylindrical-coordinate representation of color #52D8F9: hue angle of 191.86º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D8F9 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 216 249 -
CMYK 0.67 0.13 0 0.02
HSL 191.86º 0.93% 0.65% -
HSV(B) 191.86º 0.67% 0.98% -
XYZ 45.13 57.75 98.39 -
YUV 179.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 82 216 249 0.67 0.13 0 0.02 191.86 0.93 0.65
Hex 52 D8 F9 43 D 0 2 C0 5D 41
Octal 122 330 371 103 15 0 2 300 135 101
Binary 1010010 11011000 11111001 1000011 1101 0 10 11000000 1011101 1000001

Color Harmonies of #52D8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8F9

Black with #52D8F9

Text Example


Text Example

White with #52D8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,249); }

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

background-color css

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

 a { background-color: rgb(82,216,249); }

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

border-color css

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

 span { border-color: rgb(82,216,249); }

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