Html Css Color HEX #52CEE3 Turquoise Blue

📋 copy color: '#52CEE3'

red 82 ◦ green 206 ◦ blue 227

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

Shades of Turquoise Blue #52CEE3

Tints of Turquoise Blue #52CEE3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40%

 BLUE value IS 227 (89.06% from 255) = 44.08%

R = 15.92%
G = 40%
B = 44.08%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#52CEE3 (or 0x52CEE3) is known color: Turquoise Blue. HEX triplet: 52, CE and E3. RGB value is (82,206,227). Sum of RGB (Red+Green+Blue) = 82+206+227=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #52CEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEE3 is #AD311C. Grayscale: #ABABAB. Windows color (decimal): -11350301 or 14929490. OLE color: 14929490.

HSL color Cylindrical-coordinate representation of color #52CEE3: hue angle of 188.69º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CEE3 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 206 227 -
CMYK 0.64 0.09 0 0.11
HSL 188.69º 0.72% 0.61% -
HSV(B) 188.69º 0.64% 0.89% -
XYZ 39.42 51.48 80.53 -
YUV 171.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 82 206 227 0.64 0.09 0 0.11 188.69 0.72 0.61
Hex 52 CE E3 40 9 0 B BD 48 3D
Octal 122 316 343 100 11 0 13 275 110 75
Binary 1010010 11001110 11100011 1000000 1001 0 1011 10111101 1001000 111101

Color Harmonies of #52CEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEE3

Black with #52CEE3

Text Example


Text Example

White with #52CEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,227); }

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

background-color css

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

 a { background-color: rgb(82,206,227); }

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

border-color css

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

 span { border-color: rgb(82,206,227); }

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