Html Css Color HEX #52EEF2 Turquoise Blue

📋 copy color: '#52EEF2'

red 82 ◦ green 238 ◦ blue 242

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

Shades of Turquoise Blue #52EEF2

Tints of Turquoise Blue #52EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.35%

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

R = 14.59%
G = 42.35%
B = 43.06%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52EEF2 (or 0x52EEF2) is known color: Turquoise Blue. HEX triplet: 52, EE and F2. RGB value is (82,238,242). Sum of RGB (Red+Green+Blue) = 82+238+242=562 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.59% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #52EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EEF2 is #AD110D. Grayscale: #BFBFBF. Windows color (decimal): -11342094 or 15920722. OLE color: 15920722.

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

Color convert

RGB 82 238 242 -
CMYK 0.66 0.02 0 0.05
HSL 181.5º 0.86% 0.64% -
HSV(B) 181.5º 0.66% 0.95% -
XYZ 50.08 69.35 94.75 -
YUV 191.81 156.32 49.67 -
System Red Green Blue C M Y K H S L
Decimal 82 238 242 0.66 0.02 0 0.05 181.5 0.86 0.64
Hex 52 EE F2 42 2 0 5 B6 56 40
Octal 122 356 362 102 2 0 5 266 126 100
Binary 1010010 11101110 11110010 1000010 10 0 101 10110110 1010110 1000000

Color Harmonies of #52EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEF2

Black with #52EEF2

Text Example


Text Example

White with #52EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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