#30FFC5

Color #30FFC5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30FFC5

Tints of Turquoise #30FFC5

Color information

#30FFC5 (or 0x30FFC5) is unknown color: approx Turquoise. HEX triplet: 30, FF and C5. RGB value is (48,255,197). Sum of RGB (Red+Green+Blue) = 48+255+197=500 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFC5 is #CF003A. Grayscale: #BABABA. Windows color (decimal): -13566011 or 12975920. OLE color: 12975920.

HSL color Cylindrical-coordinate representation of color #30FFC5: hue angle of 163.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFC5 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB48255197-
CMYK0.8100.230
HSL163.19º100%59.41%-
HSV(B)163.19º81.18%100%-
XYZ47.0676.1865.05-
YUV186.5133.9229.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.6%
GREEN value IS 255 (100% from 255) = 51%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=9.6%
G=51%
B=39.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal482551970.8100.230163.1910059.41
Hex30FFC5510170a3643b
Octal60377305121027024314473
Binary110000111111111100010110100010101110101000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30FFC5; }

 p { color: rgb(48,255,197); }

 H1.HeaderClassName
 {
   color: #30FFC5;
 }
 .AnyTagClassName
 {
   color: #30FFC5;
 }
</style>
background-color css

<style>
 a { background-color: #30FFC5; }

 a { background-color: rgb(48,255,197); }

 div.DivClassName
 {
   background-color: #30FFC5;
 }
 .BgClassName
 {
   background-color: #30FFC5;
 }
</style>
border-color css

<style>
 span { border-color: #30FFC5; }

 span { border-color: rgb(48,255,197); }

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