Html Css Color HEX #52CBBB Medium Turquoise

📋 copy color: '#52CBBB'

red 82 ◦ green 203 ◦ blue 187

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

Shades of Medium Turquoise #52CBBB

Tints of Medium Turquoise #52CBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.01%

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

R = 17.37%
G = 43.01%
B = 39.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#52CBBB (or 0x52CBBB) is known color: Medium Turquoise. HEX triplet: 52, CB and BB. RGB value is (82,203,187). Sum of RGB (Red+Green+Blue) = 82+203+187=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBBB is #AD3444. Grayscale: #A4A4A4. Windows color (decimal): -11351109 or 12307282. OLE color: 12307282.

HSL color Cylindrical-coordinate representation of color #52CBBB: hue angle of 172.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CBBB is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 187 -
CMYK 0.60 0 0.08 0.20
HSL 172.07º 0.54% 0.56% -
HSV(B) 172.07º 0.6% 0.8% -
XYZ 33.81 48.09 54.51 -
YUV 165 140.41 68.8 -
System Red Green Blue C M Y K H S L
Decimal 82 203 187 0.60 0 0.08 0.20 172.07 0.54 0.56
Hex 52 CB BB 3C 0 8 14 AC 36 38
Octal 122 313 273 74 0 10 24 254 66 70
Binary 1010010 11001011 10111011 111100 0 1000 10100 10101100 110110 111000

Color Harmonies of #52CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBBB

Black with #52CBBB

Text Example


Text Example

White with #52CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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