Html Css Color HEX #52D8FB Turquoise Blue

📋 copy color: '#52D8FB'

red 82 ◦ green 216 ◦ blue 251

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

Shades of Turquoise Blue #52D8FB

Tints of Turquoise Blue #52D8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 14.94%
G = 39.34%
B = 45.72%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52D8FB (or 0x52D8FB) is known color: Turquoise Blue. HEX triplet: 52, D8 and FB. RGB value is (82,216,251). Sum of RGB (Red+Green+Blue) = 82+216+251=549 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.94% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #52D8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D8FB is #AD2704. Grayscale: #B3B3B3. Windows color (decimal): -11347717 or 16504914. OLE color: 16504914.

HSL color Cylindrical-coordinate representation of color #52D8FB: hue angle of 192.43º degrees, saturation: 0.95, 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 #52D8FB is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 216 251 -
CMYK 0.67 0.14 0 0.02
HSL 192.43º 0.95% 0.65% -
HSV(B) 192.43º 0.67% 0.98% -
XYZ 45.45 57.87 100.04 -
YUV 179.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 82 216 251 0.67 0.14 0 0.02 192.43 0.95 0.65
Hex 52 D8 FB 43 E 0 2 C0 5F 41
Octal 122 330 373 103 16 0 2 300 137 101
Binary 1010010 11011000 11111011 1000011 1110 0 10 11000000 1011111 1000001

Color Harmonies of #52D8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8FB

Black with #52D8FB

Text Example


Text Example

White with #52D8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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