Html Css Color HEX #52D4EB Turquoise Blue

📋 copy color: '#52D4EB'

red 82 ◦ green 212 ◦ blue 235

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

Shades of Turquoise Blue #52D4EB

Tints of Turquoise Blue #52D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 15.5%
G = 40.08%
B = 44.42%

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

#52D4EB (or 0x52D4EB) is known color: Turquoise Blue. HEX triplet: 52, D4 and EB. RGB value is (82,212,235). Sum of RGB (Red+Green+Blue) = 82+212+235=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #52D4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D4EB is #AD2B14. Grayscale: #AFAFAF. Windows color (decimal): -11348757 or 15455314. OLE color: 15455314.

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

Color convert

RGB 82 212 235 -
CMYK 0.65 0.10 0 0.08
HSL 189.02º 0.79% 0.62% -
HSV(B) 189.02º 0.65% 0.92% -
XYZ 42.02 54.88 86.98 -
YUV 175.75 161.43 61.13 -
System Red Green Blue C M Y K H S L
Decimal 82 212 235 0.65 0.10 0 0.08 189.02 0.79 0.62
Hex 52 D4 EB 41 A 0 8 BD 4F 3E
Octal 122 324 353 101 12 0 10 275 117 76
Binary 1010010 11010100 11101011 1000001 1010 0 1000 10111101 1001111 111110

Color Harmonies of #52D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D4EB

Black with #52D4EB

Text Example


Text Example

White with #52D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,212,235); }

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

background-color css

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

 a { background-color: rgb(82,212,235); }

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

border-color css

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

 span { border-color: rgb(82,212,235); }

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