Html Css Color HEX #52DDF4 Turquoise Blue

📋 copy color: '#52DDF4'

red 82 ◦ green 221 ◦ blue 244

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

Shades of Turquoise Blue #52DDF4

Tints of Turquoise Blue #52DDF4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 14.99%
G = 40.4%
B = 44.61%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52DDF4 (or 0x52DDF4) is known color: Turquoise Blue. HEX triplet: 52, DD and F4. RGB value is (82,221,244). Sum of RGB (Red+Green+Blue) = 82+221+244=547 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.99% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #52DDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DDF4 is #AD220B. Grayscale: #B5B5B5. Windows color (decimal): -11346444 or 16047442. OLE color: 16047442.

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

Color convert

RGB 82 221 244 -
CMYK 0.66 0.09 0 0.04
HSL 188.52º 0.88% 0.64% -
HSV(B) 188.52º 0.66% 0.96% -
XYZ 45.67 60.04 94.77 -
YUV 182.06 162.95 56.63 -
System Red Green Blue C M Y K H S L
Decimal 82 221 244 0.66 0.09 0 0.04 188.52 0.88 0.64
Hex 52 DD F4 42 9 0 4 BD 58 40
Octal 122 335 364 102 11 0 4 275 130 100
Binary 1010010 11011101 11110100 1000010 1001 0 100 10111101 1011000 1000000

Color Harmonies of #52DDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDF4

Black with #52DDF4

Text Example


Text Example

White with #52DDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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