Html Css Color HEX #52DEEA Turquoise Blue

📋 copy color: '#52DEEA'

red 82 ◦ green 222 ◦ blue 234

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

Shades of Turquoise Blue #52DEEA

Tints of Turquoise Blue #52DEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 15.24%
G = 41.26%
B = 43.49%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52DEEA (or 0x52DEEA) is known color: Turquoise Blue. HEX triplet: 52, DE and EA. RGB value is (82,222,234). Sum of RGB (Red+Green+Blue) = 82+222+234=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #52DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DEEA is #AD2115. Grayscale: #B5B5B5. Windows color (decimal): -11346198 or 15392338. OLE color: 15392338.

HSL color Cylindrical-coordinate representation of color #52DEEA: hue angle of 184.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DEEA is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 222 234 -
CMYK 0.65 0.05 0 0.08
HSL 184.74º 0.78% 0.62% -
HSV(B) 184.74º 0.65% 0.92% -
XYZ 44.45 59.98 87.08 -
YUV 181.51 157.62 57.02 -
System Red Green Blue C M Y K H S L
Decimal 82 222 234 0.65 0.05 0 0.08 184.74 0.78 0.62
Hex 52 DE EA 41 5 0 8 B9 4E 3E
Octal 122 336 352 101 5 0 10 271 116 76
Binary 1010010 11011110 11101010 1000001 101 0 1000 10111001 1001110 111110

Color Harmonies of #52DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DEEA

Black with #52DEEA

Text Example


Text Example

White with #52DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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