Html Css Color HEX #52D8FF Turquoise Blue

📋 copy color: '#52D8FF'

red 82 ◦ green 216 ◦ blue 255

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

Shades of Turquoise Blue #52D8FF

Tints of Turquoise Blue #52D8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.11%

R = 14.83%
G = 39.06%
B = 46.11%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52D8FF (or 0x52D8FF) is known color: Turquoise Blue. HEX triplet: 52, D8 and FF. RGB value is (82,216,255). Sum of RGB (Red+Green+Blue) = 82+216+255=553 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.83% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #52D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D8FF is #AD2700. Grayscale: #B4B4B4. Windows color (decimal): -11347713 or 16767058. OLE color: 16767058.

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

Color convert

RGB 82 216 255 -
CMYK 0.68 0.15 0 0
HSL 193.53º 1% 0.66% -
HSV(B) 193.53º 0.68% 1% -
XYZ 46.09 58.13 103.4 -
YUV 180.38 170.11 57.83 -
System Red Green Blue C M Y K H S L
Decimal 82 216 255 0.68 0.15 0 0 193.53 1 0.66
Hex 52 D8 FF 44 F 0 0 C2 64 42
Octal 122 330 377 104 17 0 0 302 144 102
Binary 1010010 11011000 11111111 1000100 1111 0 0 11000010 1100100 1000010

Color Harmonies of #52D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8FF

Black with #52D8FF

Text Example


Text Example

White with #52D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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