Html Css Color HEX #52CBCF Medium Turquoise

📋 copy color: '#52CBCF'

red 82 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #52CBCF

Tints of Medium Turquoise #52CBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 16.67%
G = 41.26%
B = 42.07%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52CBCF (or 0x52CBCF) is known color: Medium Turquoise. HEX triplet: 52, CB and CF. RGB value is (82,203,207). Sum of RGB (Red+Green+Blue) = 82+203+207=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #52CBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBCF is #AD3430. Grayscale: #A7A7A7. Windows color (decimal): -11351089 or 13618002. OLE color: 13618002.

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

Color convert

RGB 82 203 207 -
CMYK 0.60 0.02 0 0.19
HSL 181.92º 0.57% 0.57% -
HSV(B) 181.92º 0.6% 0.81% -
XYZ 36.1 49.01 66.59 -
YUV 167.28 150.41 67.17 -
System Red Green Blue C M Y K H S L
Decimal 82 203 207 0.60 0.02 0 0.19 181.92 0.57 0.57
Hex 52 CB CF 3C 2 0 13 B6 39 39
Octal 122 313 317 74 2 0 23 266 71 71
Binary 1010010 11001011 11001111 111100 10 0 10011 10110110 111001 111001

Color Harmonies of #52CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBCF

Black with #52CBCF

Text Example


Text Example

White with #52CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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