Html Css Color HEX #52D3EA Turquoise Blue

📋 copy color: '#52D3EA'

red 82 ◦ green 211 ◦ blue 234

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

Shades of Turquoise Blue #52D3EA

Tints of Turquoise Blue #52D3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

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

R = 15.56%
G = 40.04%
B = 44.4%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52D3EA (or 0x52D3EA) is known color: Turquoise Blue. HEX triplet: 52, D3 and EA. RGB value is (82,211,234). Sum of RGB (Red+Green+Blue) = 82+211+234=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #52D3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D3EA is #AD2C15. Grayscale: #AEAEAE. Windows color (decimal): -11349014 or 15389522. OLE color: 15389522.

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

Color convert

RGB 82 211 234 -
CMYK 0.65 0.10 0 0.08
HSL 189.08º 0.78% 0.62% -
HSV(B) 189.08º 0.65% 0.92% -
XYZ 41.63 54.32 86.13 -
YUV 175.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 82 211 234 0.65 0.10 0 0.08 189.08 0.78 0.62
Hex 52 D3 EA 41 A 0 8 BD 4E 3E
Octal 122 323 352 101 12 0 10 275 116 76
Binary 1010010 11010011 11101010 1000001 1010 0 1000 10111101 1001110 111110

Color Harmonies of #52D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D3EA

Black with #52D3EA

Text Example


Text Example

White with #52D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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