Html Css Color HEX #52FCCD Turquoise

📋 copy color: '#52FCCD'

red 82 ◦ green 252 ◦ blue 205

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

Shades of Turquoise #52FCCD

Tints of Turquoise #52FCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 15.21%
G = 46.75%
B = 38.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#52FCCD (or 0x52FCCD) is known color: Turquoise. HEX triplet: 52, FC and CD. RGB value is (82,252,205). Sum of RGB (Red+Green+Blue) = 82+252+205=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCCD is #AD0332. Grayscale: #C3C3C3. Windows color (decimal): -11338547 or 13499474. OLE color: 13499474.

HSL color Cylindrical-coordinate representation of color #52FCCD: hue angle of 163.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCCD is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 205 -
CMYK 0.67 0 0.19 0.01
HSL 163.41º 0.97% 0.65% -
HSV(B) 163.41º 0.67% 0.99% -
XYZ 49.31 75.82 69.79 -
YUV 195.81 133.18 46.82 -
System Red Green Blue C M Y K H S L
Decimal 82 252 205 0.67 0 0.19 0.01 163.41 0.97 0.65
Hex 52 FC CD 43 0 13 1 A3 61 41
Octal 122 374 315 103 0 23 1 243 141 101
Binary 1010010 11111100 11001101 1000011 0 10011 1 10100011 1100001 1000001

Color Harmonies of #52FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCCD

Black with #52FCCD

Text Example


Text Example

White with #52FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,252,205); }

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

background-color css

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

 a { background-color: rgb(82,252,205); }

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

border-color css

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

 span { border-color: rgb(82,252,205); }

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