Html Css Color HEX #52E8FD Turquoise Blue

📋 copy color: '#52E8FD'

red 82 ◦ green 232 ◦ blue 253

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

Shades of Turquoise Blue #52E8FD

Tints of Turquoise Blue #52E8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.92%

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

R = 14.46%
G = 40.92%
B = 44.62%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52E8FD (or 0x52E8FD) is known color: Turquoise Blue. HEX triplet: 52, E8 and FD. RGB value is (82,232,253). Sum of RGB (Red+Green+Blue) = 82+232+253=567 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.46% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #52E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52E8FD is #AD1702. Grayscale: #BDBDBD. Windows color (decimal): -11343619 or 16640082. OLE color: 16640082.

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

Color convert

RGB 82 232 253 -
CMYK 0.68 0.08 0 0.01
HSL 187.37º 0.98% 0.66% -
HSV(B) 187.37º 0.68% 0.99% -
XYZ 50.07 66.6 103.14 -
YUV 189.54 163.81 51.29 -
System Red Green Blue C M Y K H S L
Decimal 82 232 253 0.68 0.08 0 0.01 187.37 0.98 0.66
Hex 52 E8 FD 44 8 0 1 BB 62 42
Octal 122 350 375 104 10 0 1 273 142 102
Binary 1010010 11101000 11111101 1000100 1000 0 1 10111011 1100010 1000010

Color Harmonies of #52E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E8FD

Black with #52E8FD

Text Example


Text Example

White with #52E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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