Html Css Color HEX #52D8FD Turquoise Blue

📋 copy color: '#52D8FD'

red 82 ◦ green 216 ◦ blue 253

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

Shades of Turquoise Blue #52D8FD

Tints of Turquoise Blue #52D8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 14.88%
G = 39.2%
B = 45.92%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52D8FD (or 0x52D8FD) is known color: Turquoise Blue. HEX triplet: 52, D8 and FD. RGB value is (82,216,253). Sum of RGB (Red+Green+Blue) = 82+216+253=551 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.88% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #52D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D8FD is #AD2702. Grayscale: #B3B3B3. Windows color (decimal): -11347715 or 16635986. OLE color: 16635986.

HSL color Cylindrical-coordinate representation of color #52D8FD: hue angle of 192.98º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52D8FD is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 216 253 -
CMYK 0.68 0.15 0 0.01
HSL 192.98º 0.98% 0.66% -
HSV(B) 192.98º 0.68% 0.99% -
XYZ 45.77 58 101.71 -
YUV 180.15 169.11 57.99 -
System Red Green Blue C M Y K H S L
Decimal 82 216 253 0.68 0.15 0 0.01 192.98 0.98 0.66
Hex 52 D8 FD 44 F 0 1 C1 62 42
Octal 122 330 375 104 17 0 1 301 142 102
Binary 1010010 11011000 11111101 1000100 1111 0 1 11000001 1100010 1000010

Color Harmonies of #52D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8FD

Black with #52D8FD

Text Example


Text Example

White with #52D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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