Html Css Color HEX #52DCFD Turquoise Blue

📋 copy color: '#52DCFD'

red 82 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #52DCFD

Tints of Turquoise Blue #52DCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

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

R = 14.77%
G = 39.64%
B = 45.59%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52DCFD (or 0x52DCFD) is known color: Turquoise Blue. HEX triplet: 52, DC and FD. RGB value is (82,220,253). Sum of RGB (Red+Green+Blue) = 82+220+253=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #52DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCFD is #AD2302. Grayscale: #B6B6B6. Windows color (decimal): -11346691 or 16637010. OLE color: 16637010.

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

Color convert

RGB 82 220 253 -
CMYK 0.68 0.13 0 0.01
HSL 191.58º 0.98% 0.66% -
HSV(B) 191.58º 0.68% 0.99% -
XYZ 46.8 60.07 102.06 -
YUV 182.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 82 220 253 0.68 0.13 0 0.01 191.58 0.98 0.66
Hex 52 DC FD 44 D 0 1 C0 62 42
Octal 122 334 375 104 15 0 1 300 142 102
Binary 1010010 11011100 11111101 1000100 1101 0 1 11000000 1100010 1000010

Color Harmonies of #52DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCFD

Black with #52DCFD

Text Example


Text Example

White with #52DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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