Html Css Color HEX #52FDCB Turquoise

📋 copy color: '#52FDCB'

red 82 ◦ green 253 ◦ blue 203

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

Shades of Turquoise #52FDCB

Tints of Turquoise #52FDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.03%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 15.24%
G = 47.03%
B = 37.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#52FDCB (or 0x52FDCB) is known color: Turquoise. HEX triplet: 52, FD and CB. RGB value is (82,253,203). Sum of RGB (Red+Green+Blue) = 82+253+203=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDCB is #AD0234. Grayscale: #C4C4C4. Windows color (decimal): -11338293 or 13368658. OLE color: 13368658.

HSL color Cylindrical-coordinate representation of color #52FDCB: hue angle of 162.46º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FDCB is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 253 203 -
CMYK 0.68 0 0.20 0.01
HSL 162.46º 0.98% 0.66% -
HSV(B) 162.46º 0.68% 0.99% -
XYZ 49.38 76.36 68.64 -
YUV 196.17 131.85 46.57 -
System Red Green Blue C M Y K H S L
Decimal 82 253 203 0.68 0 0.20 0.01 162.46 0.98 0.66
Hex 52 FD CB 44 0 14 1 A2 62 42
Octal 122 375 313 104 0 24 1 242 142 102
Binary 1010010 11111101 11001011 1000100 0 10100 1 10100010 1100010 1000010

Color Harmonies of #52FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FDCB

Black with #52FDCB

Text Example


Text Example

White with #52FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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