Html Css Color HEX #52D9F4 Turquoise Blue

📋 copy color: '#52D9F4'

red 82 ◦ green 217 ◦ blue 244

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

Shades of Turquoise Blue #52D9F4

Tints of Turquoise Blue #52D9F4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.96%

 BLUE value IS 244 (95.7% from 255) = 44.94%

R = 15.1%
G = 39.96%
B = 44.94%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52D9F4 (or 0x52D9F4) is known color: Turquoise Blue. HEX triplet: 52, D9 and F4. RGB value is (82,217,244). Sum of RGB (Red+Green+Blue) = 82+217+244=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #52D9F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D9F4 is #AD260B. Grayscale: #B3B3B3. Windows color (decimal): -11347468 or 16046418. OLE color: 16046418.

HSL color Cylindrical-coordinate representation of color #52D9F4: hue angle of 190º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52D9F4 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 217 244 -
CMYK 0.66 0.11 0 0.04
HSL 190º 0.88% 0.64% -
HSV(B) 190º 0.66% 0.96% -
XYZ 44.62 57.95 94.42 -
YUV 179.71 164.27 58.3 -
System Red Green Blue C M Y K H S L
Decimal 82 217 244 0.66 0.11 0 0.04 190 0.88 0.64
Hex 52 D9 F4 42 B 0 4 BE 58 40
Octal 122 331 364 102 13 0 4 276 130 100
Binary 1010010 11011001 11110100 1000010 1011 0 100 10111110 1011000 1000000

Color Harmonies of #52D9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D9F4

Black with #52D9F4

Text Example


Text Example

White with #52D9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,217,244); }

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

background-color css

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

 a { background-color: rgb(82,217,244); }

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

border-color css

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

 span { border-color: rgb(82,217,244); }

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