Html Css Color HEX #52D3FA Turquoise Blue

📋 copy color: '#52D3FA'

red 82 ◦ green 211 ◦ blue 250

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

Shades of Turquoise Blue #52D3FA

Tints of Turquoise Blue #52D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.86%

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

R = 15.1%
G = 38.86%
B = 46.04%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52D3FA (or 0x52D3FA) is known color: Turquoise Blue. HEX triplet: 52, D3 and FA. RGB value is (82,211,250). Sum of RGB (Red+Green+Blue) = 82+211+250=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #52D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D3FA is #AD2C05. Grayscale: #B0B0B0. Windows color (decimal): -11348998 or 16438098. OLE color: 16438098.

HSL color Cylindrical-coordinate representation of color #52D3FA: hue angle of 193.93º 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 #52D3FA is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 211 250 -
CMYK 0.67 0.16 0 0.02
HSL 193.93º 0.94% 0.65% -
HSV(B) 193.93º 0.67% 0.98% -
XYZ 44.03 55.28 98.79 -
YUV 176.88 169.26 60.33 -
System Red Green Blue C M Y K H S L
Decimal 82 211 250 0.67 0.16 0 0.02 193.93 0.94 0.65
Hex 52 D3 FA 43 10 0 2 C2 5E 41
Octal 122 323 372 103 20 0 2 302 136 101
Binary 1010010 11010011 11111010 1000011 10000 0 10 11000010 1011110 1000001

Color Harmonies of #52D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D3FA

Black with #52D3FA

Text Example


Text Example

White with #52D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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