Html Css Color HEX #52CEBB Medium Turquoise

📋 copy color: '#52CEBB'

red 82 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #52CEBB

Tints of Medium Turquoise #52CEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 17.26%
G = 43.37%
B = 39.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#52CEBB (or 0x52CEBB) is known color: Medium Turquoise. HEX triplet: 52, CE and BB. RGB value is (82,206,187). Sum of RGB (Red+Green+Blue) = 82+206+187=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEBB is #AD3144. Grayscale: #A6A6A6. Windows color (decimal): -11350341 or 12308050. OLE color: 12308050.

HSL color Cylindrical-coordinate representation of color #52CEBB: hue angle of 170.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEBB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 187 -
CMYK 0.60 0 0.09 0.19
HSL 170.81º 0.56% 0.56% -
HSV(B) 170.81º 0.6% 0.81% -
XYZ 34.52 49.52 54.75 -
YUV 166.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 82 206 187 0.60 0 0.09 0.19 170.81 0.56 0.56
Hex 52 CE BB 3C 0 9 13 AB 38 38
Octal 122 316 273 74 0 11 23 253 70 70
Binary 1010010 11001110 10111011 111100 0 1001 10011 10101011 111000 111000

Color Harmonies of #52CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEBB

Black with #52CEBB

Text Example


Text Example

White with #52CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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