Html Css Color HEX #52D5FD Turquoise Blue

📋 copy color: '#52D5FD'

red 82 ◦ green 213 ◦ blue 253

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

Shades of Turquoise Blue #52D5FD

Tints of Turquoise Blue #52D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.87%

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

R = 14.96%
G = 38.87%
B = 46.17%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52D5FD (or 0x52D5FD) is known color: Turquoise Blue. HEX triplet: 52, D5 and FD. RGB value is (82,213,253). Sum of RGB (Red+Green+Blue) = 82+213+253=548 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.96% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #52D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D5FD is #AD2A02. Grayscale: #B2B2B2. Windows color (decimal): -11348483 or 16635218. OLE color: 16635218.

HSL color Cylindrical-coordinate representation of color #52D5FD: hue angle of 194.04º 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 #52D5FD is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 213 253 -
CMYK 0.68 0.16 0 0.01
HSL 194.04º 0.98% 0.66% -
HSV(B) 194.04º 0.68% 0.99% -
XYZ 45 56.47 101.46 -
YUV 178.39 170.1 59.25 -
System Red Green Blue C M Y K H S L
Decimal 82 213 253 0.68 0.16 0 0.01 194.04 0.98 0.66
Hex 52 D5 FD 44 10 0 1 C2 62 42
Octal 122 325 375 104 20 0 1 302 142 102
Binary 1010010 11010101 11111101 1000100 10000 0 1 11000010 1100010 1000010

Color Harmonies of #52D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D5FD

Black with #52D5FD

Text Example


Text Example

White with #52D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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