Html Css Color HEX #52FBC9 Turquoise

📋 copy color: '#52FBC9'

red 82 ◦ green 251 ◦ blue 201

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

Shades of Turquoise #52FBC9

Tints of Turquoise #52FBC9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47%

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 15.36%
G = 47%
B = 37.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#52FBC9 (or 0x52FBC9) is known color: Turquoise. HEX triplet: 52, FB and C9. RGB value is (82,251,201). Sum of RGB (Red+Green+Blue) = 82+251+201=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBC9 is #AD0436. Grayscale: #C2C2C2. Windows color (decimal): -11338807 or 13237074. OLE color: 13237074.

HSL color Cylindrical-coordinate representation of color #52FBC9: hue angle of 162.25º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBC9 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 251 201 -
CMYK 0.67 0 0.20 0.02
HSL 162.25º 0.95% 0.65% -
HSV(B) 162.25º 0.67% 0.98% -
XYZ 48.52 75.01 67.18 -
YUV 194.77 131.51 47.57 -
System Red Green Blue C M Y K H S L
Decimal 82 251 201 0.67 0 0.20 0.02 162.25 0.95 0.65
Hex 52 FB C9 43 0 14 2 A2 5F 41
Octal 122 373 311 103 0 24 2 242 137 101
Binary 1010010 11111011 11001001 1000011 0 10100 10 10100010 1011111 1000001

Color Harmonies of #52FBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBC9

Black with #52FBC9

Text Example


Text Example

White with #52FBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,251,201); }

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

background-color css

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

 a { background-color: rgb(82,251,201); }

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

border-color css

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

 span { border-color: rgb(82,251,201); }

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