Html Css Color HEX #52DCF2 Turquoise Blue

📋 copy color: '#52DCF2'

red 82 ◦ green 220 ◦ blue 242

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

Shades of Turquoise Blue #52DCF2

Tints of Turquoise Blue #52DCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.49%

R = 15.07%
G = 40.44%
B = 44.49%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52DCF2 (or 0x52DCF2) is known color: Turquoise Blue. HEX triplet: 52, DC and F2. RGB value is (82,220,242). Sum of RGB (Red+Green+Blue) = 82+220+242=544 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.07% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #52DCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCF2 is #AD230D. Grayscale: #B5B5B5. Windows color (decimal): -11346702 or 15916114. OLE color: 15916114.

HSL color Cylindrical-coordinate representation of color #52DCF2: hue angle of 188.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52DCF2 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 220 242 -
CMYK 0.66 0.09 0 0.05
HSL 188.25º 0.86% 0.64% -
HSV(B) 188.25º 0.66% 0.95% -
XYZ 45.1 59.39 93.09 -
YUV 181.25 162.28 57.21 -
System Red Green Blue C M Y K H S L
Decimal 82 220 242 0.66 0.09 0 0.05 188.25 0.86 0.64
Hex 52 DC F2 42 9 0 5 BC 56 40
Octal 122 334 362 102 11 0 5 274 126 100
Binary 1010010 11011100 11110010 1000010 1001 0 101 10111100 1010110 1000000

Color Harmonies of #52DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCF2

Black with #52DCF2

Text Example


Text Example

White with #52DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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