Html Css Color HEX #52E1FF Turquoise Blue

📋 copy color: '#52E1FF'

red 82 ◦ green 225 ◦ blue 255

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

Shades of Turquoise Blue #52E1FF

Tints of Turquoise Blue #52E1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.04%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 14.59%
G = 40.04%
B = 45.37%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52E1FF (or 0x52E1FF) is known color: Turquoise Blue. HEX triplet: 52, E1 and FF. RGB value is (82,225,255). Sum of RGB (Red+Green+Blue) = 82+225+255=562 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.59% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #52E1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E1FF is #AD1E00. Grayscale: #B9B9B9. Windows color (decimal): -11345409 or 16769362. OLE color: 16769362.

HSL color Cylindrical-coordinate representation of color #52E1FF: hue angle of 190.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52E1FF is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 225 255 -
CMYK 0.68 0.12 0 0
HSL 190.4º 1% 0.66% -
HSV(B) 190.4º 0.68% 1% -
XYZ 48.45 62.86 104.19 -
YUV 185.66 167.12 54.06 -
System Red Green Blue C M Y K H S L
Decimal 82 225 255 0.68 0.12 0 0 190.4 1 0.66
Hex 52 E1 FF 44 C 0 0 BE 64 42
Octal 122 341 377 104 14 0 0 276 144 102
Binary 1010010 11100001 11111111 1000100 1100 0 0 10111110 1100100 1000010

Color Harmonies of #52E1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E1FF

Black with #52E1FF

Text Example


Text Example

White with #52E1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,225,255); }

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

background-color css

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

 a { background-color: rgb(82,225,255); }

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

border-color css

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

 span { border-color: rgb(82,225,255); }

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