Html Css Color HEX #52EFEC Turquoise Blue

📋 copy color: '#52EFEC'

red 82 ◦ green 239 ◦ blue 236

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

Shades of Turquoise Blue #52EFEC

Tints of Turquoise Blue #52EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.91%

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 14.72%
G = 42.91%
B = 42.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#52EFEC (or 0x52EFEC) is known color: Turquoise Blue. HEX triplet: 52, EF and EC. RGB value is (82,239,236). Sum of RGB (Red+Green+Blue) = 82+239+236=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EFEC is #AD1013. Grayscale: #BFBFBF. Windows color (decimal): -11341844 or 15527762. OLE color: 15527762.

HSL color Cylindrical-coordinate representation of color #52EFEC: hue angle of 178.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFEC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 239 236 -
CMYK 0.66 0 0.01 0.06
HSL 178.85º 0.83% 0.63% -
HSV(B) 178.85º 0.66% 0.94% -
XYZ 49.49 69.58 90.18 -
YUV 191.72 152.99 49.74 -
System Red Green Blue C M Y K H S L
Decimal 82 239 236 0.66 0 0.01 0.06 178.85 0.83 0.63
Hex 52 EF EC 42 0 1 6 B3 53 3F
Octal 122 357 354 102 0 1 6 263 123 77
Binary 1010010 11101111 11101100 1000010 0 1 110 10110011 1010011 111111

Color Harmonies of #52EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFEC

Black with #52EFEC

Text Example


Text Example

White with #52EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,239,236); }

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

background-color css

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

 a { background-color: rgb(82,239,236); }

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

border-color css

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

 span { border-color: rgb(82,239,236); }

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