Html Css Color HEX #52E2FA Turquoise Blue

📋 copy color: '#52E2FA'

red 82 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #52E2FA

Tints of Turquoise Blue #52E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.5%

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 14.7%
G = 40.5%
B = 44.8%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52E2FA (or 0x52E2FA) is known color: Turquoise Blue. HEX triplet: 52, E2 and FA. RGB value is (82,226,250). Sum of RGB (Red+Green+Blue) = 82+226+250=558 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.70% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #52E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E2FA is #AD1D05. Grayscale: #B9B9B9. Windows color (decimal): -11345158 or 16441938. OLE color: 16441938.

HSL color Cylindrical-coordinate representation of color #52E2FA: hue angle of 188.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52E2FA is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 226 250 -
CMYK 0.67 0.10 0 0.02
HSL 188.57º 0.94% 0.65% -
HSV(B) 188.57º 0.67% 0.98% -
XYZ 47.93 63.09 100.09 -
YUV 185.68 164.29 54.05 -
System Red Green Blue C M Y K H S L
Decimal 82 226 250 0.67 0.10 0 0.02 188.57 0.94 0.65
Hex 52 E2 FA 43 A 0 2 BD 5E 41
Octal 122 342 372 103 12 0 2 275 136 101
Binary 1010010 11100010 11111010 1000011 1010 0 10 10111101 1011110 1000001

Color Harmonies of #52E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E2FA

Black with #52E2FA

Text Example


Text Example

White with #52E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,226,250); }

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

background-color css

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

 a { background-color: rgb(82,226,250); }

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

border-color css

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

 span { border-color: rgb(82,226,250); }

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