Html Css Color HEX #52DEF2 Turquoise Blue

📋 copy color: '#52DEF2'

red 82 ◦ green 222 ◦ blue 242

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

Shades of Turquoise Blue #52DEF2

Tints of Turquoise Blue #52DEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

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

R = 15.02%
G = 40.66%
B = 44.32%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52DEF2 (or 0x52DEF2) is known color: Turquoise Blue. HEX triplet: 52, DE and F2. RGB value is (82,222,242). Sum of RGB (Red+Green+Blue) = 82+222+242=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #52DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DEF2 is #AD210D. Grayscale: #B6B6B6. Windows color (decimal): -11346190 or 15916626. OLE color: 15916626.

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

Color convert

RGB 82 222 242 -
CMYK 0.66 0.08 0 0.05
HSL 187.5º 0.86% 0.64% -
HSV(B) 187.5º 0.66% 0.95% -
XYZ 45.63 60.45 93.27 -
YUV 182.42 161.62 56.37 -
System Red Green Blue C M Y K H S L
Decimal 82 222 242 0.66 0.08 0 0.05 187.5 0.86 0.64
Hex 52 DE F2 42 8 0 5 BC 56 40
Octal 122 336 362 102 10 0 5 274 126 100
Binary 1010010 11011110 11110010 1000010 1000 0 101 10111100 1010110 1000000

Color Harmonies of #52DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DEF2

Black with #52DEF2

Text Example


Text Example

White with #52DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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