Html Css Color HEX #52EFE1 Turquoise

📋 copy color: '#52EFE1'

red 82 ◦ green 239 ◦ blue 225

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

Shades of Turquoise #52EFE1

Tints of Turquoise #52EFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.21%

R = 15.02%
G = 43.77%
B = 41.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#52EFE1 (or 0x52EFE1) is known color: Turquoise. HEX triplet: 52, EF and E1. RGB value is (82,239,225). Sum of RGB (Red+Green+Blue) = 82+239+225=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFE1 is #AD101E. Grayscale: #BEBEBE. Windows color (decimal): -11341855 or 14806866. OLE color: 14806866.

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

Color convert

RGB 82 239 225 -
CMYK 0.66 0 0.06 0.06
HSL 174.65º 0.83% 0.63% -
HSV(B) 174.65º 0.66% 0.94% -
XYZ 47.94 68.96 82.02 -
YUV 190.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 82 239 225 0.66 0 0.06 0.06 174.65 0.83 0.63
Hex 52 EF E1 42 0 6 6 AF 53 3F
Octal 122 357 341 102 0 6 6 257 123 77
Binary 1010010 11101111 11100001 1000010 0 110 110 10101111 1010011 111111

Color Harmonies of #52EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EFE1

Black with #52EFE1

Text Example


Text Example

White with #52EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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