Html Css Color HEX #52D8F7 Turquoise Blue

📋 copy color: '#52D8F7'

red 82 ◦ green 216 ◦ blue 247

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

Shades of Turquoise Blue #52D8F7

Tints of Turquoise Blue #52D8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.32%

R = 15.05%
G = 39.63%
B = 45.32%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#52D8F7 (or 0x52D8F7) is known color: Turquoise Blue. HEX triplet: 52, D8 and F7. RGB value is (82,216,247). Sum of RGB (Red+Green+Blue) = 82+216+247=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #52D8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D8F7 is #AD2708. Grayscale: #B3B3B3. Windows color (decimal): -11347721 or 16242770. OLE color: 16242770.

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

Color convert

RGB 82 216 247 -
CMYK 0.67 0.13 0 0.03
HSL 191.27º 0.91% 0.65% -
HSV(B) 191.27º 0.67% 0.97% -
XYZ 44.82 57.62 96.76 -
YUV 179.47 166.11 58.48 -
System Red Green Blue C M Y K H S L
Decimal 82 216 247 0.67 0.13 0 0.03 191.27 0.91 0.65
Hex 52 D8 F7 43 D 0 3 BF 5B 41
Octal 122 330 367 103 15 0 3 277 133 101
Binary 1010010 11011000 11110111 1000011 1101 0 11 10111111 1011011 1000001

Color Harmonies of #52D8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8F7

Black with #52D8F7

Text Example


Text Example

White with #52D8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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