Html Css Color HEX #52D4FC Turquoise Blue

📋 copy color: '#52D4FC'

red 82 ◦ green 212 ◦ blue 252

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

Shades of Turquoise Blue #52D4FC

Tints of Turquoise Blue #52D4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.83%

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 15.02%
G = 38.83%
B = 46.15%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52D4FC (or 0x52D4FC) is known color: Turquoise Blue. HEX triplet: 52, D4 and FC. RGB value is (82,212,252). Sum of RGB (Red+Green+Blue) = 82+212+252=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #52D4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D4FC is #AD2B03. Grayscale: #B1B1B1. Windows color (decimal): -11348740 or 16569426. OLE color: 16569426.

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

Color convert

RGB 82 212 252 -
CMYK 0.67 0.16 0 0.01
HSL 194.12º 0.97% 0.65% -
HSV(B) 194.12º 0.67% 0.99% -
XYZ 44.59 55.91 100.54 -
YUV 177.69 169.93 59.75 -
System Red Green Blue C M Y K H S L
Decimal 82 212 252 0.67 0.16 0 0.01 194.12 0.97 0.65
Hex 52 D4 FC 43 10 0 1 C2 61 41
Octal 122 324 374 103 20 0 1 302 141 101
Binary 1010010 11010100 11111100 1000011 10000 0 1 11000010 1100001 1000001

Color Harmonies of #52D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D4FC

Black with #52D4FC

Text Example


Text Example

White with #52D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,212,252); }

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

background-color css

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

 a { background-color: rgb(82,212,252); }

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

border-color css

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

 span { border-color: rgb(82,212,252); }

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