Html Css Color HEX #52DCF4 Turquoise Blue

📋 copy color: '#52DCF4'

red 82 ◦ green 220 ◦ blue 244

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

Shades of Turquoise Blue #52DCF4

Tints of Turquoise Blue #52DCF4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.29%

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

R = 15.02%
G = 40.29%
B = 44.69%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52DCF4 (or 0x52DCF4) is known color: Turquoise Blue. HEX triplet: 52, DC and F4. RGB value is (82,220,244). Sum of RGB (Red+Green+Blue) = 82+220+244=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #52DCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCF4 is #AD230B. Grayscale: #B5B5B5. Windows color (decimal): -11346700 or 16047186. OLE color: 16047186.

HSL color Cylindrical-coordinate representation of color #52DCF4: hue angle of 188.89º 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 #52DCF4 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 220 244 -
CMYK 0.66 0.10 0 0.04
HSL 188.89º 0.88% 0.64% -
HSV(B) 188.89º 0.66% 0.96% -
XYZ 45.4 59.51 94.68 -
YUV 181.47 163.28 57.05 -
System Red Green Blue C M Y K H S L
Decimal 82 220 244 0.66 0.10 0 0.04 188.89 0.88 0.64
Hex 52 DC F4 42 A 0 4 BD 58 40
Octal 122 334 364 102 12 0 4 275 130 100
Binary 1010010 11011100 11110100 1000010 1010 0 100 10111101 1011000 1000000

Color Harmonies of #52DCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCF4

Black with #52DCF4

Text Example


Text Example

White with #52DCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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