Html Css Color HEX #52F6CB Turquoise

📋 copy color: '#52F6CB'

red 82 ◦ green 246 ◦ blue 203

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

Shades of Turquoise #52F6CB

Tints of Turquoise #52F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.33%

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

R = 15.44%
G = 46.33%
B = 38.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#52F6CB (or 0x52F6CB) is known color: Turquoise. HEX triplet: 52, F6 and CB. RGB value is (82,246,203). Sum of RGB (Red+Green+Blue) = 82+246+203=531 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.44% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #52F6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F6CB is #AD0934. Grayscale: #C0C0C0. Windows color (decimal): -11340085 or 13366866. OLE color: 13366866.

HSL color Cylindrical-coordinate representation of color #52F6CB: hue angle of 164.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F6CB is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 203 -
CMYK 0.67 0 0.17 0.04
HSL 164.27º 0.9% 0.64% -
HSV(B) 164.27º 0.67% 0.96% -
XYZ 47.21 72.02 67.91 -
YUV 192.06 134.17 49.5 -
System Red Green Blue C M Y K H S L
Decimal 82 246 203 0.67 0 0.17 0.04 164.27 0.9 0.64
Hex 52 F6 CB 43 0 11 4 A4 5A 40
Octal 122 366 313 103 0 21 4 244 132 100
Binary 1010010 11110110 11001011 1000011 0 10001 100 10100100 1011010 1000000

Color Harmonies of #52F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F6CB

Black with #52F6CB

Text Example


Text Example

White with #52F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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